[ 'RainLab\User\Models\User', 'key' => 'user_id' ], 'product' => [ 'Romanah\Gokbakja\Models\Product', 'key' => 'product_id' ], 'shift' => [ 'Romanah\Gokbakja\Models\Shift', 'key' => 'shift_id' ], ]; /** * @var string The database table used by the model. */ public $table = 'romanah_gokbakja_drobika'; /** * @var array Validation rules */ public $rules = [ ]; }