id(); $table->timestamps(); $table->text('name'); $table->text('description'); $table->text('address'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('table_hotels'); } };