You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLEIF NOT EXISTS "conferl_content"
("id"NOT NULLSERIAL , ....
instead of
CREATETABLEIF NOT EXISTS "conferl_content"
("id"SERIALNOT NULL ,
"user"INTEGERNOT NULL ,
The text was updated successfully, but these errors were encountered:
jfacorro
changed the title
Place of id value in sumo_schema/0
PostgreSql store: position of not_null attribute in field schema definition
May 28, 2015
jfacorro
changed the title
PostgreSql store: position of not_null attribute in field schema definition
PostgreSql: position of not_null attribute in field schema definition
May 28, 2015
if we put id in any place distinct of the head list option using postgreSQL, sumo returns an error.
That code retrives:
instead of
The text was updated successfully, but these errors were encountered: