diff options
author | devianl2 <devianleong@gmail.com> | 2022-09-29 11:35:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 11:35:26 +0800 |
commit | b362aabf428e4037bfadfc4f9e82cfa8cffa70f3 (patch) | |
tree | 01f6a6afe87e9a0abb1e2434a5a7a8e099d4385d | |
parent | c150bbfcff73bc86830c47bc4093b71871417142 (diff) |
Update create_scorm_tables.php.stub3.0.10
-rw-r--r-- | database/migrations/create_scorm_tables.php.stub | 1 |
1 files changed, 1 insertions, 0 deletions
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(); }); |