WIP/init
This commit is contained in:
7
init_db.sql
Normal file
7
init_db.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS $1 (
|
||||
id text PRIMARY KEY,
|
||||
created_at timestamp with time zone default now,
|
||||
updated_at timestamp with time zone default now,
|
||||
deleted_at timestamp with time zone,
|
||||
payload jsonb
|
||||
)
|
Reference in New Issue
Block a user