bigIncrements('id'); $table->bigInteger('profile_id')->unsigned(); $table->timestamp('published_at')->nullable(); $table->timestamp('expires_at')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('stories'); } }