FCLT#85815 Opdrachttype codes toevoegen voor duidelijkheid en compatibiliteit

svn path=/Database/trunk/; revision=67274
This commit is contained in:
Erik Groener
2024-12-03 14:36:54 +00:00
parent 7045186030
commit cc7ff3ead8
3 changed files with 14 additions and 2 deletions

View File

@@ -356,6 +356,9 @@ CREATE_TABLE(mld_typeopdr,0)
DEFAULT 0 NOT NULL,
mld_typeopdr_image
VARCHAR2(255 CHAR),
mld_typeopdr_code
VARCHAR2(60)
CONSTRAINT mld_u_mld_typeopdr_code UNIQUE,
CONSTRAINT mld_u_mld_typeopdr_upper UNIQUE(mld_typeopdr_upper, mld_typeopdr_module)
);