increments('id'); $table->string('email', 50)->nullable(); $table->string('password', 50)->nullable(); $table->string('category', 50)->nullable(); $table->string('name', 50)->nullable(); $table->string('companyname', 50)->nullable(); $table->string('licenseno', 25)->nullable(); $table->package::package.fieldtype.ON('6)')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('inserts'); } }