Conclude example
This commit is contained in:
parent
13aacc3b6b
commit
78ef2762e7
21 changed files with 1809 additions and 6 deletions
0
simpler_text_board/migrations/.gitkeep
Normal file
0
simpler_text_board/migrations/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
DROP TABLE posts;
|
|
@ -0,0 +1,7 @@
|
|||
CREATE TABLE posts (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
author VARCHAR NOT NULL,
|
||||
email VARCHAR NOT NULL,
|
||||
title VARCHAR NOT NULL,
|
||||
content VARCHAR NOT NULL
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue