add email to citizen table

This commit is contained in:
2019-10-08 14:13:31 +02:00
parent afb7f7a1a6
commit ebc552a431
10 changed files with 30 additions and 18 deletions

View File

@@ -11,7 +11,8 @@ declare
"first_name": "George",
"last_name": "MICHEL"
},
"birthday": "2001-01-01"
"birthday": "2001-01-01",
"email":"george.michel@gmail.com"
}
$json$;
created_citizen2 json := $json$
@@ -20,7 +21,8 @@ declare
"first_name": "John",
"last_name": "Doe"
},
"birthday": "2002-01-01"
"birthday": "2002-01-01",
"email":"george.michel@gmail.com"
}
$json$;
begin