platform/angel_orm_postgres/test/migrations/unorthodox.sql

4 lines
85 B
MySQL
Raw Normal View History

2019-04-03 09:57:27 +00:00
CREATE TEMPORARY TABLE "unorthodoxes" (
"name" varchar(255),
PRIMARY KEY(name)
);