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