mirror of
https://github.com/ent/ent.git
synced 2026-04-30 06:30:55 +03:00
4 lines
58 B
SQL
4 lines
58 B
SQL
CREATE TYPE address AS (
|
|
street text,
|
|
city text
|
|
); |