Поделиться через


SqlPoolColumn type

Ресурс столбца пула SQL.

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