Skip to content

Type2

Contexts

Context Relationship Object Path Package File Path
Database.TableList.Table.Column.type Package -> Database -> TableList -> Table -> Column -> Type2 $.databases[*].tables.schemas[*].columns[*].type {package-root}/databases/{db-name}/
TableList.Table.Column.type Package -> TableList -> Table -> Column -> Type2 $.tables.schemas[*].columns[*].type {package-root}/tables/{table-name}.yaml

Possible Values

  • ""
  • "any"
  • "boolean"
  • "guid"
  • "byte"
  • "short"
  • "int"
  • "long"
  • "real"
  • "float"
  • "char"
  • "symbol"
  • "timestamp"
  • "month"
  • "date"
  • "datetime"
  • "timespan"
  • "minute"
  • "second"
  • "time"
  • "booleans"
  • "guids"
  • "bytes"
  • "shorts"
  • "ints"
  • "longs"
  • "reals"
  • "floats"
  • "string"
  • "symbols"
  • "timestamps"
  • "months"
  • "dates"
  • "datetimes"
  • "timespans"
  • "minutes"
  • "seconds"
  • "times"

No linked schemas.

Used In

Back to top