mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
select database wisemapping in mysql tables creation
This commit is contained in:
parent
af0a62aee9
commit
f5c7d63528
@ -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