add_field | R Documentation |
Add a field to a table in a RelDataModel
add_field(x, tableName, name, type, nullable, unique, comment)
x |
a RelDataModel |
tableName |
the name of the table to modify (a single character) |
name |
the name of the field to add (a single character) |
type |
the type of the field (a single character) |
nullable |
if the field is nullable (a single logical) |
unique |
if the values are unique (a single logical) |
comment |
a description (a single character) |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.