*/ use HasFactory; protected $table = 'rumah_miskin'; protected $primaryKey = 'id_rumah'; public $incrementing = false; protected $keyType = 'string'; protected $fillable = ['id_rumah', 'alamat', 'jumlah_kk', 'jumlah_orang', 'latitude', 'longitude']; }