rezervovator/migrations/04_closing_time.sql

5 lines
93 B
SQL

CREATE TABLE closing_time (
id SERIAL PRIMARY KEY,
from_date DATE,
to_date DATE
)