platform/angel_orm_mysql/test/migrations/unorthodox.sql
2019-04-08 13:08:54 -04:00

4 lines
No EOL
85 B
SQL

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