5 lines
73 B
SQL
5 lines
73 B
SQL
-- Your SQL goes here
|
|
|
|
CREATE TABLE editor (
|
|
id SERIAL PRIMARY KEY
|
|
)
|