* @since 1.0.0 */ protected static array $columns = [ 'itemmgmt_item_l11n_type_id' => ['name' => 'itemmgmt_item_l11n_type_id', 'type' => 'int', 'internal' => 'id'], 'itemmgmt_item_l11n_type_title' => ['name' => 'itemmgmt_item_l11n_type_title', 'type' => 'string', 'internal' => 'title'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ protected static string $table = 'itemmgmt_item_l11n_type'; /** * Primary field name. * * @var string * @since 1.0.0 */ protected static string $primaryField = 'itemmgmt_item_l11n_type_id'; }