SQLTableColumntype
{
readonly name: string;
readonly statement: string;
}| Property | Type | |
|---|---|---|
.name | string | required readonly |
.statement | string | required readonly |
Column definition in a live SQL table, pairing a column name with its raw definition statement.