id(); $table->string('name'); $table->string('audience')->nullable(); $table->string('day'); $table->integer('week_type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('lessons'); } }