| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| tableName | String | The name of the table to add. | ||
| pkColumnName | String | The name of the primary key column to add. | ||
| pkColumnType | iseColumnType | The type of the primary key column. | ||
| required | Boolean | Indicates whether the Column is Required. | ||
| size | Integer | Optional | The size of the primary key column. If omitted, a value of 1 is assumed. | |
| identity | Boolean | Optional | Indicates whether the primary key column is an Identity (autonumber) column. If omitted, a value of False is assumed. | |
| databaseName | String | Optional |
A String value.