MetaTableColumn.defaultValue

Set defaultValue field.

  1. string defaultValue [@property getter]
  2. string defaultValue [@property setter]
    class MetaTableColumn
    @property
    void
    defaultValue
    (
    string propval
    )

Parameters

propval string

the column's default value, represented as a valid SQL value (surrounded by simple quotes for strings, ...), or null if column has no default value