platform/angel_orm_postgres/test/migrations/has_car.sql

6 lines
139 B
MySQL
Raw Normal View History

2019-01-23 22:08:26 +00:00
CREATE TEMPORARY TABLE "has_cars" (
id serial PRIMARY KEY,
type int not null,
created_at timestamp,
updated_at timestamp
);