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

8 lines
161 B
SQL

-- Your SQL goes here
CREATE TABLE history (
id SERIAL PRIMARY KEY,
method VARCHAR NOT NULL,
section VARCHAR NOT NULL,
query VARCHAR NOT NULL
)