共用方式為


SqlPoolColumn type

Sql 集區數據行資源。

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