Fix #235, casting type to json object
This commit is contained in:
committed by
Steve Chávez
parent
cb2bf809a7
commit
bed1013ecd
@@ -16,7 +16,7 @@ And you want to :ref:`embed <resource_embedding>` the **people** table with a **
|
||||
|
||||
create schema if not exists private;
|
||||
|
||||
-- For simplicity's sake the table is devoid of constraints on email, phone, etc.
|
||||
-- For simplicity's sake the table is devoid of constraints/domains on email, phone, etc.
|
||||
create table private.details(
|
||||
id int primary key references public.people
|
||||
, email text
|
||||
|
||||
Reference in New Issue
Block a user