Add a field to a table in a RelDataModel
add_field(x, tableName, name, type, nullable, unique, comment)
A RelDataModel
a RelDataModel
the name of the table to modify (a single character)
the name of the field to add (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)