goblog/schema

2 lines
153 B
Plaintext
Raw Normal View History

2018-11-04 20:35:54 +01:00
CREATE TABLE `blogposts` ( `id` INTEGER PRIMARY KEY AUTOINCREMENT, `author` VARCHAR(32) NULL, `title` text NULL, `content` text null, `time` time null);