'datetime', 'updated_at' => 'datetime', ]; public function penduduk() { return $this->belongsTo(Penduduk::class, 'id_penduduk', 'id_penduduk'); } }