Skip to content

Commit c6868db

Browse files
committed
Fix typo
1 parent a7bc5ca commit c6868db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/change_unique_column_in_fields.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ return new class extends Migration
88
{
99
public function up()
1010
{
11-
Schema::create('fields', function (Blueprint $table) {
11+
Schema::table('fields', function (Blueprint $table) {
1212
$table->dropUnique(['model_type', 'model_key', 'slug']);
1313

1414
$table->string('model_type', 191)->change();

0 commit comments

Comments
 (0)