'integer', 'created_by' => 'integer', 'updated_by' => 'integer', ]; /** * @return mixed */ public function chaturmas() { return $this->hasMany(Chaturmas::class, 'chaturmas_date_id'); } }