id(); $table->bigInteger('type_id'); $table->string('name'); $table->string('email'); $table->string('phone'); $table->string('domain'); $table->string('deposit'); $table->string('income'); $table->datetime('created_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }