FCLT#64834 ook icon voor typeopdr

svn path=/Database/trunk/; revision=53489
This commit is contained in:
Peter Feij
2021-10-26 12:28:49 +00:00
parent dea21b967e
commit 38f1801d6b

View File

@@ -298,6 +298,8 @@ CREATE_TABLE(mld_typeopdr,0)
mld_typeopdr_sequential /* Strikte sequentiele opdracht afhandeling en/of Hold (BITAND1 is (kan pauzeren en hervatten) en BITAND2 is strikt sequentieel) */
NUMBER(1)
DEFAULT 0 NOT NULL,
mld_typeopdr_image
VARCHAR2(255 CHAR),
CONSTRAINT mld_u_mld_typeopdr_upper UNIQUE(mld_typeopdr_upper, mld_typeopdr_module)
);