We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c150bbf commit b362aabCopy full SHA for b362aab
database/migrations/create_scorm_tables.php.stub
@@ -28,6 +28,7 @@ class CreateScormTables extends Migration
28
$table->string('version');
29
$table->double('ratio')->nullable();
30
$table->string('uuid');
31
+ $table->string('identifier');
32
$table->string('entry_url')->nullable();
33
$table->timestamps();
34
});
0 commit comments