platform/angel_orm_postgres/test/migrations/unorthodox.sql
2019-04-08 12:58:41 -04:00

4 lines
No EOL
85 B
SQL

CREATE TEMPORARY TABLE "unorthodoxes" (
"name" varchar(255),
PRIMARY KEY(name)
);