Devise new database schema #8

Closed
opened 2020-01-24 23:09:57 +00:00 by midgard · 4 comments
midgard commented 2020-01-24 23:09:57 +00:00 (Migrated from git.zeus.gent)
No description provided.
midgard commented 2020-01-24 23:09:57 +00:00 (Migrated from git.zeus.gent)

changed milestone to %1

changed milestone to %1
midgard commented 2020-01-25 02:50:45 +00:00 (Migrated from git.zeus.gent)
user
  (exists already)

order
  id
  location_id
  location_name
  create_at
  close_at
  creator_id
  courier_id

order_item
  id
  order_id
  user_id
  user_name         for users who are not logged in
  price             this allows historical orders to keep their correct price
  product_name
  commit_hash       Git commit hash to identify HLDS data version

order_item_choice
  id
  kind              single_choice/multi_choice
  order_item
  name
  description
  value             just a textual description of the chosen values
``` user (exists already) order id location_id location_name create_at close_at creator_id courier_id order_item id order_id user_id user_name for users who are not logged in price this allows historical orders to keep their correct price product_name commit_hash Git commit hash to identify HLDS data version order_item_choice id kind single_choice/multi_choice order_item name description value just a textual description of the chosen values ```
midgard commented 2020-01-25 20:06:40 +00:00 (Migrated from git.zeus.gent)

Looks finished.

Looks finished.
midgard commented 2020-01-25 20:06:40 +00:00 (Migrated from git.zeus.gent)

closed

closed
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Haldis/haldis#8
No description provided.