id(); $table->string('title')->nullable(false); $table->text('description')->nullable(); $table->timestamps(); }); } public function down() { Schema::dropIfExists('courses'); } };