id(); $table->timestamps(); $table->text('title'); $table->text('chats_photo'); $table->text('status'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('chats'); } };