id(); $table->string('phone'); $table->longText('info'); $table->string('password'); $table->string('min'); $table->string('max'); $table->integer('times'); $table->integer('amount'); $table->integer('status'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('momos'); } }