Changes between Version 8 and Version 9 of design
- Timestamp:
- 02/27/26 01:30:16 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
design
v8 v9 19 19 - stock_history(**__id__**, **price**, **timestamp**, **stock_id*(Stock)) 20 20 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**) 22 22 23 23 - transaction(**__id__**, **type**, **quantity**, **price**, **timestamp**, **origin**, **user_id* (User)**, **stock_id* (Stock)**)
