char('id', 6); $table->string('language'); $table->timestamp('created_at'); $table->timestamp('expires_at'); $table->primary('id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('pastes'); } }