Changes between Version 8 and Version 9 of design


Ignore:
Timestamp:
02/27/26 01:30:16 (7 weeks ago)
Author:
231020
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • design

    v8 v9  
    1919 - stock_history(**__id__**, **price**, **timestamp**, **stock_id*(Stock))
    2020
    21  - trade_request(**__id__**, **type**, **status**, **quantity**, **price_per_unit**, timestamp, **user_id**, **portfolio_id*(Portfolio), **stock_id**)
     21 - trade_request(**__id__**, **type**, **status**, **quantity**, **price_per_unit**, timestamp, **portfolio_id*(Portfolio), **stock_id**)
    2222
    2323 - transaction(**__id__**, **type**, **quantity**, **price**, **timestamp**, **origin**, **user_id* (User)**, **stock_id* (Stock)**)