web developer 0 گزارش دادن ارسال شده در دی 0 با سلام و احترام دوستان من یک جدول Orderدارم برای تبادل ارز $table->bigInteger('fee'); $table->bigInteger('amount'); $table->bigInteger('user_id'); $table->bigInteger('currency_id'); $table->bigInteger('expected_currency_id'); و یک جدول Currencyکه با Order ها ارتباط یک به چند داره هر Currency میتونه تو چندین Orderاستفاده بشه $table->string('name'); $table->string('symbol'); $table->integer('value'); $table->string('icon')->nullable();; مسئله اینجاست که : تو جدول Order دو تا فیلد داریم به نام های Currency_id و Expected_currency_id که میخوام هر دوی اینها به جدول Currency وصل باشن اما فقط فیلد Currency_id متصل هست چطور میشه ارتباط رو ایجاد کرد به جز ارتباط چند به چند ؟ نقل قول Share this post Link to post Share on other sites