Another syntax error in the postgres db create script
This commit is contained in:
parent
908deed898
commit
d1d104bde2
|
@ -576,6 +576,6 @@ create table login_token (
|
||||||
created timestamp not null DEFAULT CURRENT_TIMESTAMP /* comment 'date this record was created'*/,
|
created timestamp not null DEFAULT CURRENT_TIMESTAMP /* comment 'date this record was created'*/,
|
||||||
modified timestamp /* comment 'date this record was modified'*/,
|
modified timestamp /* comment 'date this record was modified'*/,
|
||||||
|
|
||||||
constraint primary key (user_id)
|
primary key (user_id)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user