select database wisemapping in mysql tables creation
parent
f20b3a7a46
commit
7eda354f8f
|
@ -1,3 +1,5 @@
|
||||||
|
USE wisemapping;
|
||||||
|
|
||||||
CREATE TABLE COLLABORATOR (
|
CREATE TABLE COLLABORATOR (
|
||||||
id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
id INTEGER NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||||
email VARCHAR(255)
|
email VARCHAR(255)
|
||||||
|
|
Loading…
Reference in New Issue