Changes between Version 13 and Version 14 of RelationalDesign


Ignore:
Timestamp:
08/29/26 01:11:57 (2 weeks ago)
Author:
231020
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v13 v14  
    1 
    21== Релациско мапирање
    32
     
    1918 - stock_history(**__id__**, **price**, **timestamp**, **stock_id*(Stock)**)
    2019
    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)**)
    2221
    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)**)
    2423
    2524 - watchlist(__id__, price_above, price_below, **user_id* (User)**, **stock_id* (Stock)**)
    2625
    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)**)
    2827
    2928