platform/angel_orm_generator/test/migrations/foot.sql

7 lines
162 B
MySQL
Raw Normal View History

2018-12-08 02:57:09 +00:00
CREATE TEMPORARY TABLE "feet" (
id serial PRIMARY KEY,
leg_id int NOT NULL,
n_toes int NOT NULL,
created_at timestamp,
updated_at timestamp
);