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

7 lines
113 B
MySQL
Raw Normal View History

2023-01-06 14:25:22 +01:00
-- Your SQL goes here
CREATE TABLE favorite (
id SERIAL PRIMARY KEY,
title_mirabelid INTEGER NOT NULL
)