This commit is contained in:
2021-12-14 11:19:43 +01:00
parent ea1cdeef58
commit 67132f2ac9
5 changed files with 32 additions and 18 deletions

View File

@@ -2154,6 +2154,7 @@ Partial Public Class DSIDB_Stammdaten
Me.columnTYPE_NAME.AllowDBNull = false
Me.columnTYPE_NAME.MaxLength = 100
Me.columnVIEW_VISIBLE.AllowDBNull = false
Me.columnVIEW_VISIBLE.DefaultValue = CType(true,Boolean)
Me.columnVIEW_SEQUENCE.AllowDBNull = false
Me.columnLANG_ID.AllowDBNull = false
Me.columnLANG_CODE.AllowDBNull = false