| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The table name. | ||
| columnName | String | The column name to add. | ||
| columnType | iseColumnType | The column type. | ||
| required | Boolean | Indicates whether a value is required for this column. | ||
| size | Integer | Optional | The column size. If omitted, a value of 1 is assumed. | |
| identity | Boolean | Optional | Indicates whether this column should be an Identity (autonumber) column. If omitted, a value of False is assumed. |
A String value.