.. index:: titles ====== titles ====== .. default-role:: doc Columns ======= **id** ``int(11) NOT NULL AUTO_INCREMENT`` :Options: ``type="", null="true", search="false", display="true"`` **name** ``varchar(127) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **category_cd** ``varchar(6) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **inactive** ``tinyint(1) DEFAULT NULL`` :Options: ``type="", null="true", search="false", display="true"`` **notes** ``mediumtext 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"``