platform/test/models/author.up.g.sql
2017-07-09 12:53:35 -04:00

6 lines
122 B
SQL

CREATE TEMPORARY TABLE "authors" (
"id" serial,
"name" varchar,
"created_at" timestamp,
"updated_at" timestamp
);