Meta data and article resources in topic,source
This commit is contained in:
@@ -23,6 +23,7 @@ class CreateArticlesTable extends Migration
|
||||
$table->string("guid")->nullable();
|
||||
$table->unsignedBigInteger('source_id');
|
||||
$table->dateTime('published_date');
|
||||
$table->json('meta')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user