id(); $table->bigInteger('blog_category_id'); $table->string('unit_bisnis'); $table->string('tags'); $table->string('content'); $table->string('image'); $table->string('title'); $table->bigInteger('user_id'); $table->string('slug'); $table->string('status'); $table->datetime('created'); $table->datetime('post'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }