add email to citizen table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user