Meta data and article resources in topic,source

This commit is contained in:
2020-08-10 19:12:28 +05:00
parent ab1f003a6d
commit 51076aca33
4 changed files with 6 additions and 2 deletions

View File

@@ -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();
});
}