add initial template... template
This commit is contained in:
parent
937c6e8451
commit
eb1bb7309a
13 changed files with 513 additions and 21 deletions
|
@ -1,4 +1,3 @@
|
|||
-- Add migration script here
|
||||
CREATE TABLE users (
|
||||
id SERIAL PRIMARY KEY,
|
||||
username TEXT NOT NULL UNIQUE,
|
||||
|
@ -23,5 +22,5 @@ CREATE TABLE posts (
|
|||
CREATE TABLE tags (
|
||||
id SERIAL PRIMARY KEY,
|
||||
name TEXT NOT NULL UNIQUE,
|
||||
description TEXT NOT NULL,
|
||||
description TEXT NOT NULL
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue