increments('id'); $table->string('name', 20)->nullable(); $table->string('mark', 20)->nullable(); $table->package::package.fieldtype.ON('6)')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('students'); } }