We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bc5ca commit c6868dbCopy full SHA for c6868db
database/migrations/change_unique_column_in_fields.php.stub
@@ -8,7 +8,7 @@ return new class extends Migration
8
{
9
public function up()
10
11
- Schema::create('fields', function (Blueprint $table) {
+ Schema::table('fields', function (Blueprint $table) {
12
$table->dropUnique(['model_type', 'model_key', 'slug']);
13
14
$table->string('model_type', 191)->change();
0 commit comments