SQLTableColumntype

{
	readonly name: string;
	readonly statement: string;
}
PropertyType
.namestring
required readonly
.statementstring
required readonly

Column definition in a live SQL table, pairing a column name with its raw definition statement.