DbTableColumnNullable

If the table column is nullable or not

Syntax

DbTableColumnNullable "value";

Value Description
false Table column is declared mandatory. (default for keys and when M flag is set)
true Table column is declared nullable. (default for non-keys when M flag is unset)

Description

attributes {
   private    Domestic ENUMERATION(FndYesNo) AMIU- {
      DbTableColumnNullable "true";
   }
}

Related Properties


This page is generated from IFS Developer Studio at 2021-03-10 14:55.