platform/angel_orm_postgres/test/migrations/has_car.sql
2019-04-08 12:58:41 -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
);