'datetime', 'updated_at' => 'datetime', ]; } public function checkout() { return $this->belongsTo(Checkout::class, 'payment_method', 'pm_id'); } }