id(); $table->string('chat_id'); $table->string('name')->nullable(); $table->foreignId('telegraph_bot_id')->constrained('telegraph_bots')->cascadeOnDelete(); $table->timestamps(); $table->unique(['chat_id', 'telegraph_bot_id']); }); } };