Skip to content

Commit ec80eef

Browse files
Updates migration stubs to match the package migrations (#502) (#508)
1 parent 19b7ec7 commit ec80eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/updates/relate_form_submissions_by_handle.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ return new class extends Migration {
1414
}
1515

1616
Schema::table($this->prefix('form_submissions'), function (Blueprint $table) {
17-
$table->string('form', 30)->nullable()->index()->after('id');
17+
$table->string('form')->nullable()->index()->after('id');
1818
});
1919

2020
$forms = FormModel::all()->pluck('handle', 'id');

0 commit comments

Comments
 (0)