AAIT#40392 mogelijkheid om (app)notificaties naar meerdere (bedrijfs)adressen te kunnen sturen

svn path=/Database/trunk/; revision=35223
This commit is contained in:
Peter Feij
2017-09-06 13:48:58 +00:00
parent b24bce42a0
commit 92b4fd0aa1
4 changed files with 16 additions and 7 deletions

View File

@@ -159,6 +159,9 @@ CREATE TABLE aut_client
VARCHAR2(320),
aut_client_secret
VARCHAR2(128),
prs_bedrijf_key -- reference to find tech-adres (bedrijfadres of type N) for notifications
NUMBER(10)
CONSTRAINT aut_r_prs_bedrijf_key1 REFERENCES prs_bedrijf(prs_bedrijf_key) ON DELETE CASCADE,
aut_client_customuri -- future use
VARCHAR2(128),
aut_client_aanmaak