platform/angel_orm_postgres/test/migrations/leg.sql

6 lines
144 B
MySQL
Raw Normal View History

2018-12-08 02:57:09 +00:00
CREATE TEMPORARY TABLE "legs" (
id serial PRIMARY KEY,
name varchar(255) NOT NULL,
created_at timestamp,
updated_at timestamp
);