v0.8.4a - Added last support for images uploade
This commit is contained in:
@@ -18,6 +18,7 @@ class CreateGuidesTable extends Migration
|
||||
$table->timestamps();
|
||||
$table->string('name');
|
||||
$table->longText('guide_articles');
|
||||
$table->foreignId('resource_id')->nullable()->constrained('resources', 'id');
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user