This was buggin me
This commit is contained in:
parent
5cb599c055
commit
b14d87dfee
|
@ -1,6 +1,6 @@
|
|||
CREATE TABLE IF NOT EXISTS threads (
|
||||
thread_id SERIAL PRIMARY KEY,
|
||||
thread_date TIMESTAMPTZ DEFAULT now(),
|
||||
thread_date TIMESTAMPTZ DEFAULT NOW(),
|
||||
thread_author VARCHAR(64),
|
||||
thread_title VARCHAR(256),
|
||||
thread_body VARCHAR(4096),
|
||||
|
|
Loading…
Reference in a new issue