Fix #235, casting type to json object

This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent cb2bf809a7
commit bed1013ecd
4 changed files with 105 additions and 1 deletions
@@ -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