This was buggin me

This commit is contained in:
swagg boi 2022-09-03 01:19:34 -04:00
parent 5cb599c055
commit b14d87dfee

View file

@ -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),