projet-webservices/migrations/2022-12-31-085832_editor/up.sql

5 lines
73 B
SQL

-- Your SQL goes here
CREATE TABLE editor (
id SERIAL PRIMARY KEY
)