getTable('group_folders_groups'); if (!$table->hasColumn('circle_id')) { $table->addColumn( 'circle_id', Types::STRING, [ 'notnull' => false, 'length' => 32, 'default' => '' ] ); // we will recreate one in Version1401000Date20230426112002, including circle_id if ($table->hasIndex('groups_folder_group')) { $table->dropIndex('groups_folder_group'); } } return $schema; } }