hasTable('preview_locations')) { $schema->dropAutoincrementColumn('preview_locations', 'id'); } if ($schema->hasTable('preview_versions')) { $schema->dropAutoincrementColumn('preview_versions', 'id'); } if ($schema->hasTable('previews')) { $schema->dropAutoincrementColumn('previews', 'id'); } return $schema; } }