kanasaikuat Hi, for flarum relarionships, how can i change the primary key to 'post_id' instead of id? This is because the table primary key currently is post_id
luceos kanasaikuat See: https://laravel.com/docs/8.x/eloquent#primary-keys protected $primaryKey = 'post_id';
kanasaikuat luceos Actually i already did that, but not sure why it still return id instead of post_id screenshot
kanasaikuat luceos i see, thanks. So, the only way is to rename the primary key from 'post_id' to 'id'?