* @since 1.0.0 */ public const COLUMNS = [ 'tag_l11n_id' => ['name' => 'tag_l11n_id', 'type' => 'int', 'internal' => 'id'], 'tag_l11n_title' => ['name' => 'tag_l11n_title', 'type' => 'string', 'internal' => 'title', 'autocomplete' => true], 'tag_l11n_tag' => ['name' => 'tag_l11n_tag', 'type' => 'int', 'internal' => 'tag'], 'tag_l11n_language' => ['name' => 'tag_l11n_language', 'type' => 'string', 'internal' => 'language'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ public const TABLE = 'tag_l11n'; /** * Primary field name. * * @var string * @since 1.0.0 */ public const PRIMARYFIELD ='tag_l11n_id'; }