NOT NULL constraint without default and INSERT does not provide one
This commit is contained in:
parent
ad83825d4f
commit
983ccef87c
@ -1052,7 +1052,7 @@ create index "reg_uid" on register ("uid");
|
|||||||
CREATE TABLE "session" (
|
CREATE TABLE "session" (
|
||||||
"id" serial,
|
"id" serial,
|
||||||
"sid" text NOT NULL,
|
"sid" text NOT NULL,
|
||||||
"sess_data" text NOT NULL,
|
"sess_data" text NOT NULL DEFAULT '',
|
||||||
"expire" numeric(20) NOT NULL,
|
"expire" numeric(20) NOT NULL,
|
||||||
PRIMARY KEY ("id")
|
PRIMARY KEY ("id")
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user