次の方法で共有


SqlPoolColumn type

Sql プールの列リソース。

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