mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 21:57:56 +01:00
select database wisemapping in mysql tables creation
This commit is contained in:
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
Block a user