forms/migrations/20220909090742_forms_websit...

5 lines
120 B
SQL

CREATE TABLE IF NOT EXISTS forms_websites (
hostname VARCHAR(2500) NOT NULL UNIQUE,
ID SERIAL PRIMARY KEY NOT NULL
)