Changes between Version 13 and Version 14 of RelationalDesign
- Timestamp:
- 08/29/26 01:11:57 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v13 v14 1 2 1 == Релациско мапирање 3 2 … … 19 18 - stock_history(**__id__**, **price**, **timestamp**, **stock_id*(Stock)**) 20 19 21 - trade_request(**__id__**, **type**, **status**, **quantity**, **price_per_unit**, timestamp, **portfolio_id*(Portfolio) , **stock_symbol**)20 - trade_request(**__id__**, **type**, **status**, **quantity**, **price_per_unit**, timestamp, **portfolio_id*(Portfolio)**, **stock_id*(Stock)**) 22 21 23 - transaction(**__id__**, **type**, **quantity**, **price**, **timestamp**, **origin**, **user_id* (User)**, **stock_id* (Stock)** )22 - transaction(**__id__**, **type**, **quantity**, **price**, **timestamp**, **origin**, **user_id* (User)**, **stock_id* (Stock)**, **trade_request_id* (TradeRequest)**) 24 23 25 24 - watchlist(__id__, price_above, price_below, **user_id* (User)**, **stock_id* (Stock)**) 26 25 27 - oauth_pending_links(__token__, **email**, **provider**, **expires_at**, **created_at**, **user_id*(User))26 - oauth_pending_links(__token__, **email**, **provider**, **expires_at**, **created_at**, **user_id*(User)**, **auth_provider_id*(AuthProvider)**) 28 27 29 28
