6 lines
No EOL
144 B
SQL
Executable file
6 lines
No EOL
144 B
SQL
Executable file
CREATE TEMPORARY TABLE "legs" (
|
|
id serial PRIMARY KEY,
|
|
name varchar(255) NOT NULL,
|
|
created_at timestamp,
|
|
updated_at timestamp
|
|
); |