save course from disk begin
This commit is contained in:
@@ -16,8 +16,9 @@ class CreateAUKsTable extends Migration
|
||||
Schema::create('auks', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->integer('project_id')->unsigned();
|
||||
$table->string('name');
|
||||
$table->integer('number');
|
||||
$table->string('auk_name');
|
||||
$table->string('auk_path');
|
||||
$table->string('image_dir');
|
||||
$table->integer('parent_id')->unsigned()->nullable();
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
Reference in New Issue
Block a user