|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The information about columns. |
||
| name |
string |
The column name. |
name |
| metadataInfo | MetadataInfo |
The metadata information. |
|
| expression |
string |
The computed column. |
"" |
| type |
string |
The data type of the column. |
string |
| nullable |
boolean |
Specifies whether the column can have a null value. |
true |