id(); $table->string('email'); $table->datetime('created_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }