From b362aabf428e4037bfadfc4f9e82cfa8cffa70f3 Mon Sep 17 00:00:00 2001 From: devianl2 Date: Thu, 29 Sep 2022 11:35:26 +0800 Subject: Update create_scorm_tables.php.stub --- database/migrations/create_scorm_tables.php.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/database/migrations/create_scorm_tables.php.stub b/database/migrations/create_scorm_tables.php.stub index 1fa78f6..d60328c 100644 --- a/database/migrations/create_scorm_tables.php.stub +++ b/database/migrations/create_scorm_tables.php.stub @@ -28,6 +28,7 @@ class CreateScormTables extends Migration $table->string('version'); $table->double('ratio')->nullable(); $table->string('uuid'); + $table->string('identifier'); $table->string('entry_url')->nullable(); $table->timestamps(); }); -- cgit v1.2.3