platform/angel_orm_mysql/test/migrations/foot.sql
2019-04-08 13:08:54 -04:00

7 lines
No EOL
162 B
SQL

CREATE TEMPORARY TABLE "feet" (
id serial PRIMARY KEY,
leg_id int NOT NULL,
n_toes int NOT NULL,
created_at timestamp,
updated_at timestamp
);