platform/angel_orm_generator/test/migrations/role.sql
2019-02-14 12:15:34 -05:00

6 lines
No EOL
136 B
SQL
Executable file

CREATE TEMPORARY TABLE "roles" (
"id" serial PRIMARY KEY,
"name" varchar(255),
"created_at" timestamp,
"updated_at" timestamp
);