unit_defaults¶
Columns¶
unit char(2) NOT NULL
- Options
type="", null="true", search="false", display="true"
name varchar(127) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
active_winter tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
active_spring tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
active_summer tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
active_fall tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_from_css tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
sync_to_css tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
ignore_changes tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
ignore_ds tinyint(1) DEFAULT NULL
- Options
type="", null="true", search="false", display="true"
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
type="", null="true", search="false", display="true"