haldis/app/database/muhscheme.txt

38 lines
913 B
Plaintext
Raw Normal View History

2020-01-25 21:16:08 +00:00
This is just a description of the database schema. It's not generated automatically, nor is it used
2020-01-26 01:39:58 +00:00
to automatically generate anything. For the latest version, check the files in app/models/
2020-01-25 21:16:08 +00:00
user
username
is_admin
bias
2020-01-25 21:16:08 +00:00
order
id
courier_id
location_id HLDS identifier
location_name this allows historical orders to keep the same location name
starttime
stoptime
public
2020-01-25 21:16:08 +00:00
order_item
id
order_id
user_id
user_name for users who are not logged in
dish_id HLDS identifier
dish_name ) this allows historical orders to keep their correct name and price
price )
paid
comment
hlds_data_version Git commit hash to identify HLDS data version
2020-01-25 21:16:08 +00:00
order_item_choice
id
order_item_id
choice_id HLDS identifier
kind single_choice/multi_choice
name
value just a textual description of the chosen values