platform/angel_orm_postgres/test/migrations/has_map.sql
2019-04-08 12:58:41 -04:00

7 lines
No EOL
167 B
SQL

CREATE TEMPORARY TABLE "has_maps" (
id serial PRIMARY KEY,
value jsonb not null,
list jsonb not null,
created_at timestamp,
updated_at timestamp
);