Laravel 使用联合主键


在 Model 中表示方式

protected $primaryKey = ['key_one', 'key_two'];
public $incrementing = false;