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

6 lines
120 B
SQL

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