Skip to main content

Table: Events

The second table in your SQLite file is named bewb_Events with fields according to following.

Regarding validation

Some fields are checked for syntax and must comply to that.

Column NameDescription
InnerIdReference to corresponding InnerId in table bewa_Overview.

Syntax: <one letter trip domain abbreviation><a serial number>
DateYour date in ISO format.

Syntax: YYYY-MM-DD
EventsThis is your fully description of what you did this day.

Syntax (multi-line accepted): <string>
AccommodationThe name and the address of your accommodation.

Syntax: <string>
AccommodationCountryThe name of the country you stayed in during the night.

Syntax: <string>
AccommodationCoordinateAccuracyPossibility to mark the accuracy of the coordinates.

Syntax: <string>
AccommodationCoordinatesThe gps coordinates of your accommodation, e.g. 59.329444, 18.068611.

Syntax: lat_decimal,lng_decimal
TravelParticipantsThe name of your travel buddies, separated by comma. N.B. Not exposured in web app.

Syntax: <string>
AdditionalNotesN.B. Additional notes not exposured in web app.

Syntax (multi-line accepted): <string>
CountriesDuringDayThis field is for enhanced statistics. Enter all countries in cronologial order during that day, separated by comma. The country names need to conform to the country names defined in settings.yaml. In front of the country name prefix *, **, and + is allowed. Read more under Appendix.

Syntax (prefix allowed): <country name without space>, <country name without space>, <country name without space> [...]