Go to the documentation of this file. 29 $table = $this->table(
'entities');
31 if (!
$table->hasIndexByName(
'type_subtype_owner')) {
32 $table->addIndex([
'type',
'subtype',
'owner_guid'], [
33 'name' =>
"type_subtype_owner",
35 'limit' => [
'subtype' => 50],
39 if (!
$table->hasIndexByName(
'type_subtype_container')) {
40 $table->addIndex([
'type',
'subtype',
'container_guid'], [
41 'name' =>
"type_subtype_container",
43 'limit' => [
'subtype' => 50],