projet-webservices/migrations/2023-01-06-132055_favorite/up.sql

6 lines
113 B
SQL

-- Your SQL goes here
CREATE TABLE favorite (
id SERIAL PRIMARY KEY,
title_mirabelid INTEGER NOT NULL
)