Update field information in a table of a RelDataModel
update_field(
x,
tableName,
fieldName,
type = NULL,
nullable = NULL,
unique = NULL,
comment = NULL
)
A RelDataModel
a RelDataModel
the name of the table to modify (a single character)
the name of the field to modify (a single character)
the type of the field (a single character)
if the field is nullable (a single logical)
if the values are unique (a single logical)
a description (a single character)