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

6 lines
73 B
MySQL
Raw Normal View History

2022-12-31 10:20:39 +01:00
-- Your SQL goes here
CREATE TABLE editor (
id SERIAL PRIMARY KEY
)