'integer', 'lat' => 'float', 'lon' => 'float', 'freq' => 'float', ]; /** * Make sure the ID is in all caps * * @param $id */ public function setIdAttribute($id): void { $this->attributes['id'] = strtoupper($id); } }