[ 'Romanah\Gokbakja\Models\ProductionCalculate', 'key' => 'prev_pivot_id', 'softDelete' => true ] ]; public $belongsTo = [ 'production' => [ 'Romanah\Gokbakja\Models\Production', 'key' => 'production_id', ], 'product' => [ 'Romanah\Gokbakja\Models\Product', 'key' => 'product_id' ], ]; /** * @var string The database table used by the model. */ public $table = 'romanah_gokbakja_pivot_production'; /** * @var array Validation rules */ public $rules = [ ]; }