platform/angel_orm_generator/test/models/leg.up.g.sql

8 lines
139 B
MySQL
Raw Normal View History

2017-08-01 05:45:54 +00:00
CREATE TEMPORARY TABLE "legs" (
2017-11-18 20:10:58 +00:00
"id" varchar,
2017-08-01 05:45:54 +00:00
"name" varchar,
"created_at" timestamp,
"updated_at" timestamp,
PRIMARY KEY(id)
);