getTable('mounts'); if (!$table->hasColumn('mount_provider_class')) { $table->addColumn('mount_provider_class', Types::STRING, [ 'notnull' => false, 'length' => 128, ]); $table->addIndex(['mount_provider_class'], 'mounts_class_index'); return $schema; } return null; } }