platform/angel_orm_generator/test/models/foot.up.g.sql
2017-08-01 01:45:54 -04:00

8 lines
153 B
SQL

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