Skip to content

Commit

Permalink
update order table
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Apr 12, 2024
1 parent fa34a55 commit cfbb5a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/_posts/database-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ lang: en
| Field | Type | Desc |
| :---------------- | :------: | ----: |
| id | int(10) | id |
| increment_id | int(10) | increment id |
| status | varchar(191) | status ['pending','processing','closed','completed','canceled'] |
| channel_name | varchar(191) | id |
| is_guest | tinyint(1) | id |
| customer_email | int(10) | id |
| customer_last_name | int(10) | id |
| customer_first_name | int(10) | id |
| created_at | timestamp | create time |
| updated_at | timestamp | update time |

Expand Down

0 comments on commit cfbb5a9

Please sign in to comment.