projet-webservices/migrations/2023-01-08-090924_history/up.sql

9 lines
161 B
MySQL
Raw Normal View History

2023-01-08 10:35:10 +01:00
-- Your SQL goes here
CREATE TABLE history (
id SERIAL PRIMARY KEY,
method VARCHAR NOT NULL,
section VARCHAR NOT NULL,
query VARCHAR NOT NULL
)