mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Fix postgress schema.
This commit is contained in:
parent
35d76ea56f
commit
5e8c1960e7
@ -7,7 +7,7 @@ CREATE TABLE COLLABORATOR (
|
|||||||
CREATE TABLE "user" (
|
CREATE TABLE "user" (
|
||||||
id SERIAL NOT NULL PRIMARY KEY,
|
id SERIAL NOT NULL PRIMARY KEY,
|
||||||
authentication_type TEXT NOT NULL,
|
authentication_type TEXT NOT NULL,
|
||||||
authenticator_uri VARCHAR(255) NOT NULL,
|
authenticator_uri VARCHAR(255),
|
||||||
colaborator_id INTEGER NOT NULL,
|
colaborator_id INTEGER NOT NULL,
|
||||||
firstname VARCHAR(255) NOT NULL,
|
firstname VARCHAR(255) NOT NULL,
|
||||||
lastname VARCHAR(255) NOT NULL,
|
lastname VARCHAR(255) NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user