Snowflake · JSON Structure

Table Table Column Structure

Type: object Properties: 10
Data LakesData SharingData WarehousingDatabaseSQL

TableColumn is a JSON Structure definition published by Snowflake, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name datatype nullable collate default autoincrement autoincrement_start autoincrement_increment constraints comment

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TableColumn",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "datatype": {
      "type": "string"
    },
    "nullable": {
      "type": "boolean"
    },
    "collate": {
      "type": "string"
    },
    "default": {
      "type": "string"
    },
    "autoincrement": {
      "type": "boolean"
    },
    "autoincrement_start": {
      "type": "integer"
    },
    "autoincrement_increment": {
      "type": "integer"
    },
    "constraints": {
      "type": "array"
    },
    "comment": {
      "type": "string"
    }
  }
}