Update 2020_08_08_114112_create_articles_table.php
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateArticlesTable extends Migration
|
||||
Schema::create('articles', function (Blueprint $table) {
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('title');
|
||||
$table->string('url');
|
||||
$table->string('author')->nullable();
|
||||
$table->string('featured_image');
|
||||
$table->text('body');
|
||||
|
Reference in New Issue
Block a user