Update database.ml
This commit is contained in:
@@ -29,7 +29,7 @@ module Q = struct
|
|||||||
content text NOT NULL,
|
content text NOT NULL,
|
||||||
date text NOT NULL,
|
date text NOT NULL,
|
||||||
active TINYINT DEFAULT 1,
|
active TINYINT DEFAULT 1,
|
||||||
hidden_date INT GENERATED ALWAYS AS unixepoch('now')
|
hidden_date DEFAULT (unixepoch('now'))
|
||||||
|eos}
|
|eos}
|
||||||
|
|
||||||
let create_blog_post =
|
let create_blog_post =
|
||||||
|
|||||||
Reference in New Issue
Block a user