mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
various fixes of the blog demo.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
drop table if exists posts;
|
||||
create table posts (
|
||||
id serial,
|
||||
title varchar(128) not null,
|
||||
title text not null,
|
||||
content text not null,
|
||||
author varchar(64) not null,
|
||||
created timestamp(0) default now() not null,
|
||||
|
Reference in New Issue
Block a user