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

6 lines
No EOL
139 B
SQL

CREATE TEMPORARY TABLE "has_cars" (
id serial PRIMARY KEY,
type int not null,
created_at timestamp,
updated_at timestamp
);