increments('id'); $table->string('api_key'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('accounts'); } }