platform/test/models/author.up.g.sql

7 lines
122 B
MySQL
Raw Normal View History

2017-07-09 16:53:35 +00:00
CREATE TEMPORARY TABLE "authors" (
"id" serial,
"name" varchar,
"created_at" timestamp,
"updated_at" timestamp
);