platform/angel_orm_generator/test/models/foot.up.g.sql
2017-11-18 15:10:58 -05:00

8 lines
154 B
SQL

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