EIND#80433 Meldingen kunnen accorderen voordat deze verder in behandeling worden genomen
svn path=/Database/trunk/; revision=62624
This commit is contained in:
@@ -514,6 +514,10 @@ CREATE_TABLE(mld_stdmelding,0)
|
||||
NUMBER(1)
|
||||
DEFAULT 7
|
||||
NOT_NULL(mld_stdmelding_notes, mld_c_mld_stdmelding_notes),
|
||||
mld_stdmelding_conceptstatus // standaard conceptstatus, 0:geen concept, &1, &2, &4 see documentation
|
||||
NUMBER(3)
|
||||
DEFAULT 0
|
||||
NOT_NULL(mld_stdmelding_conceptstatus, mld_c_stdmelding_conceptstatus),
|
||||
-- in CAD_TAB.SRC:
|
||||
-- cad_thema_key
|
||||
-- NUMBER(10)
|
||||
@@ -1104,7 +1108,11 @@ CREATE_TABLE(mld_melding,0)
|
||||
mld_melding_y
|
||||
NUMBER(16,6),
|
||||
mld_melding_z
|
||||
NUMBER(16,6)
|
||||
NUMBER(16,6),
|
||||
mld_melding_conceptstatus // instemmingstatus, 0:geen concept=ingestemd, &1, &2, &4 see documentation
|
||||
NUMBER(3)
|
||||
DEFAULT 0
|
||||
NOT_NULL(mld_melding_conceptstatus, mld_c_melding_conceptstatus)
|
||||
);
|
||||
|
||||
ALTER TABLE mld_melding MODIFY mld_melding_t_uitvoertijd DEFAULT MLD_T_UITVOERTIJD(NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user