6 lines
No EOL
139 B
SQL
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
|
|
); |