mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
doc: explain how to use composite types properly (#4136)
This commit is contained in:
4
examples/compositetypes/schema.sql
Normal file
4
examples/compositetypes/schema.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TYPE address AS (
|
||||
street text,
|
||||
city text
|
||||
);
|
||||
Reference in New Issue
Block a user