Skip to content

Commit 9a546d8

Browse files
author
Tom Schlick
authored
include event_type in migration
1 parent 55442a1 commit 9a546d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/migration.stub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class {CLASS_NAME} extends Migration
1717
$table->increments('id')->unsigned();
1818
$table->unsignedInteger('subject_id')->index();
1919
$table->unsignedInteger('user_id')->nullable()->index();
20+
$table->unsignedTinyInteger('event_type')->index();
2021
$table->string('field')->index();
2122
$table->string('value_from')->nullable()->index();
2223
$table->string('value_to')->nullable()->index();

0 commit comments

Comments
 (0)