StrawHat.Map v0.3.1 StrawHat.Map.Schema.Place View Source
Represents a Place Ecto Schema with functionality about the data validation for Place.
Link to this section Summary
Types
Check t/0
type for more information about the keys
name
: Name of the place.place
:StrawHat.Map.Schema.Place.t/0
associated with the current place. It is usefule when something is a place is located inside another place on the system.place_id
:id
ofStrawHat.Map.Schema.Place.t/0
associated with the place.location
:StrawHat.Map.Schema.Location.t/0
associated with the current location
Link to this section Types
Check t/0
type for more information about the keys.
name
: Name of the place.place
:StrawHat.Map.Schema.Place.t/0
associated with the current place. It is usefule when something is a place is located inside another place on the system.place_id
:id
ofStrawHat.Map.Schema.Place.t/0
associated with the place.location
:StrawHat.Map.Schema.Location.t/0
associated with the current location.
Link to this section Functions
Link to this function
changeset(place, place_attrs)
View Source
changeset(t(), place_attrs()) :: Ecto.Changeset.t()
Link to this function
create_changeset(place, place_attrs)
View Source
create_changeset(t(), place_attrs()) :: Ecto.Changeset.t()
Link to this function
update_changeset(place, place_attrs)
View Source
update_changeset(t(), place_attrs()) :: Ecto.Changeset.t()