* @since 1.0.0 */ public const COLUMNS = [ 'clientmgmt_attr_type_l11n_id' => ['name' => 'clientmgmt_attr_type_l11n_id', 'type' => 'int', 'internal' => 'id'], 'clientmgmt_attr_type_l11n_title' => ['name' => 'clientmgmt_attr_type_l11n_title', 'type' => 'string', 'internal' => 'title', 'autocomplete' => true], 'clientmgmt_attr_type_l11n_type' => ['name' => 'clientmgmt_attr_type_l11n_type', 'type' => 'int', 'internal' => 'type'], 'clientmgmt_attr_type_l11n_lang' => ['name' => 'clientmgmt_attr_type_l11n_lang', 'type' => 'string', 'internal' => 'language'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'clientmgmt_attr_type_l11n'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD ='clientmgmt_attr_type_l11n_id'; }