SqlPoolColumn type

A Sql pool column resource.

type SqlPoolColumn = ProxyResource & {
  columnType?: ColumnDataType
  isComputed?: boolean
}