Легенда

  • Table
    • Comment
    • Create
    • Drop
    • Migration

  • ColumnBinary - Двоичные данные
    • DbSchemaType = Binary
    • PdoParam = PDO::PARAM_LOB
    • Comment = Двоичные данные
    • ConversionOutput = ColumnBinary::output
    • DefaultValue = null
    • MaxLength = 255
    • MinLength = 0
    • Seeder = ColumnBinary::value
    • Variable = true
    • ConversionInput
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnBoolean - Логическое значение
    • DbSchemaType = String
    • MaxLength = 1
    • MinLength = 1
    • PdoParam = PDO::PARAM_STR
    • Variable = false
    • Comment = Логическое значение
    • ConversionInput = ColumnBoolean::input
    • ConversionOutput = ColumnBoolean::output
    • DefaultValue = null
    • Seeder = ColumnBoolean::value
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnDatetime - Дата/время
    • DbSchemaType = Datetime
    • PdoParam = PDO::PARAM_STR
    • Comment = Дата/время
    • ConversionInput = ColumnDatetime::input
    • ConversionOutput = ColumnDatetime::output
    • DefaultValue = null
    • Seeder = ColumnDatetime::value
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnDecimal - Число с фиксированной точностью
    • PdoParam = PDO::PARAM_STR
    • Comment = Число с фиксированной точностью
    • ConversionInput = ColumnDecimal::convert
    • ConversionOutput = ColumnDecimal::convert
    • DbSchemaType = Decimal
    • DefaultValue = null
    • Precision = 6
    • Scale = 4
    • Seeder = ColumnDecimal::value
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnEnum - Перечисление
    • DbSchemaType = Enum
    • PdoParam = PDO::PARAM_STR
    • Enum
    • Comment = Перечисление
    • DefaultValue = null
    • ConversionInput
    • ConversionOutput
    • Create
    • Drop
    • Migration
    • Name
    • Seeder
    • Type
  • ColumnId - Идентификатор
    • DbSchemaType = Integer
    • PdoParam = PDO::PARAM_INT
    • AutoIncrement = true
    • Comment = Идентификатор
    • ConversionInput = ColumnInteger::convert
    • ConversionOutput = ColumnInteger::convert
    • MaxValue = 9223372036854775807
    • MinValue = 0
    • Seeder = ColumnInteger::value
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnInteger - Целое число
    • DbSchemaType = Integer
    • PdoParam = PDO::PARAM_INT
    • Comment = Целое число
    • ConversionInput = ColumnInteger::convert
    • ConversionOutput = ColumnInteger::convert
    • DefaultValue = null
    • MaxValue = 9223372036854775807
    • MinValue = -9223372036854775808
    • Seeder = ColumnInteger::value
    • AutoIncrement
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnJson - Json данные
    • DbSchemaType = String
    • PdoParam = PDO::PARAM_STR
    • Variable = true
    • Comment = Json данные
    • ConversionInput = ColumnJson::inputJson
    • ConversionOutput = ColumnJson::outputJson
    • DefaultValue = null
    • MaxLength = 65535
    • MinLength = 1
    • NumberOfSpaces = 0
    • Create
    • Drop
    • Migration
    • Name
    • Seeder
    • Type
  • ColumnReal - Вещественное число
    • DbSchemaType = Real
    • PdoParam = PDO::PARAM_STR
    • Comment = Вещественное число
    • ConversionInput = ColumnReal::convert
    • ConversionOutput = ColumnReal::convert
    • DefaultValue = null
    • MaxValue = 1.7976931348623E+308
    • MinValue = 2.2250738585072E-308
    • Scale = 2
    • Seeder = ColumnReal::value
    • Create
    • Drop
    • Migration
    • Name
    • Type
  • ColumnString - Текст
    • DbSchemaType = String
    • PdoParam = PDO::PARAM_STR
    • Comment = Текст
    • ConversionOutput = ColumnString::output
    • DefaultValue = null
    • MaxLength = 255
    • MinLength = 1
    • NumberOfSpaces = 0
    • Seeder = ColumnString::value
    • Variable = true
    • ConversionInput
    • Create
    • Drop
    • Migration
    • Name
    • Type

  • IndexKey - Неуникальный индекс
  • IndexPrimary - Первичный ключ (индекс)
  • IndexUnique - Уникальный индекс
  • IndexKey - Неуникальный индекс
    • Columns
    • Comment
    • Create
    • Drop
    • Migration
    • Type
  • IndexPrimary - Первичный ключ (индекс)
    • Columns
    • Comment
    • Create
    • Drop
    • Migration
    • Type
  • IndexUnique - Уникальный индекс
    • Columns
    • Comment
    • Create
    • Drop
    • Migration
    • Type

  • RelationManyToOne - Отношение многие-к-одному
    • HasOne = false
    • HasOneTo = true
    • Columns
    • RelName
    • RelTableTo
    • Comment
    • Create
    • Drop
    • Migration
    • RelNameTo
    • Type
  • RelationOneToMany - Отношение один-ко-многим
    • HasOne = true
    • HasOneTo = false
    • Columns
    • RelName
    • RelTableTo
    • Comment
    • Create
    • Drop
    • Migration
    • RelNameTo
    • Type
  • RelationOneToOne - Отношение один-к-одному
    • HasOne = true
    • HasOneTo = true
    • Columns
    • RelName
    • RelTableTo
    • Comment
    • Create
    • Drop
    • Migration
    • RelNameTo
    • Type

  • Reference
    • ReferenceTo
    • Comment
    • Create
    • Drop
    • Migration
    • Name