Skip to content

Commit b362aab

Browse files
authored
Update create_scorm_tables.php.stub
1 parent c150bbf commit b362aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/create_scorm_tables.php.stub

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class CreateScormTables extends Migration
2828
$table->string('version');
2929
$table->double('ratio')->nullable();
3030
$table->string('uuid');
31+
$table->string('identifier');
3132
$table->string('entry_url')->nullable();
3233
$table->timestamps();
3334
});

0 commit comments

Comments
 (0)