* @since 1.0.0 */ public const COLUMNS = [ 'task_attr_type_l11n_id' => ['name' => 'task_attr_type_l11n_id', 'type' => 'int', 'internal' => 'id'], 'task_attr_type_l11n_title' => ['name' => 'task_attr_type_l11n_title', 'type' => 'string', 'internal' => 'content', 'autocomplete' => true], 'task_attr_type_l11n_type' => ['name' => 'task_attr_type_l11n_type', 'type' => 'int', 'internal' => 'ref'], 'task_attr_type_l11n_lang' => ['name' => 'task_attr_type_l11n_lang', 'type' => 'string', 'internal' => 'language'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'task_attr_type_l11n'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD = 'task_attr_type_l11n_id'; /** * Model to use by the mapper. * * @var class-string * @since 1.0.0 */ public const MODEL = BaseStringL11n::class; }