Changes between Version 12 and Version 13 of RelationalDesign
- Timestamp:
- 02/13/25 11:56:53 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v12 v13 5 5 == Табели 6 6 === Ентитети 7 * ORDER_STATUS (__'' order_status_id''__, order_status_name, order_status_description)8 * DELIVERY_STATUS (__'' delivery_status_id''__, delivery_status_name, delivery_status_description)9 * PRO_FORMA_STATUS (__'' pro_forma_status_id''__, pro_forma_status_name, pro_forma_status_description)10 * WEEKDAY (__'' day_id''__, day_name)7 * ORDER_STATUS (__'''order_status_id'''__, order_status_name, order_status_description) 8 * DELIVERY_STATUS (__'''delivery_status_id''__, delivery_status_name, delivery_status_description) 9 * PRO_FORMA_STATUS (__'''pro_forma_status_id''__, pro_forma_status_name, pro_forma_status_description) 10 * WEEKDAY (__'''day_id'''__, day_name) 11 11 * CATEGORY (__'''category_id'''__, category_name) 12 * REGION (__'' region_id''__, region_name)12 * REGION (__'''region_id'''__, region_name) 13 13 * CITY (__'''city_id'''__, city_name, region_id*) 14 14 * * референцира до REGION (region_id) … … 19 19 * USERS (__'''user_id'''__, user_name, user_surname, user_pass, user_salt, user_email, user_active, user_mobile, user_image, clazz_ city_id*) 20 20 * * референцира до CITY (city_id) 21 * CUSTOMER (__'''user_id*''' '__, cust_EDB, cust_company_name, cust_adr, cust_representative_image)21 * CUSTOMER (__'''user_id*'''__, cust_EDB, cust_company_name, cust_adr, cust_representative_image) 22 22 * * референцира до USER (user_id) 23 * MANAGER (__'''user_id*''' '__, wh_id!**)23 * MANAGER (__'''user_id*'''__, wh_id!**) 24 24 * * референцира до USER (user_id) 25 25 * !** референцира до WAREHOUSE (wh_id) 26 26 * * референцира до USER (user_id) 27 * DRIVER (__'''user_id*''' '__, veh_id!**)27 * DRIVER (__'''user_id*'''__, veh_id!**) 28 28 * * референцира до USER (user_id) 29 29 * !** референцира до VEHICLE (veh_id) … … 44 44 * !*** референцира до PRO_FORMA(pf_id) 45 45 * !**!** референцира до ORDER_STATUS(o_status_id) 46 * ARTICLE_UNIT (__ **unit_id**__, unit_expiration_date, unit_serial_number, unit_batch_number, unit_manufacture_date, unit_cost_price, wh_id * ord_id!**)46 * ARTICLE_UNIT (__'''unit_id'''__, unit_expiration_date, unit_serial_number, unit_batch_number, unit_manufacture_date, unit_cost_price, wh_id * ord_id!**) 47 47 * * референцира до WAREHOUSE (wh_id) 48 48 * !** референцира до ORDERS (ord_id) 49 * UNIT_PRICE (__ unit_id*,price_id!**__)49 * UNIT_PRICE (__'''unit_id*,price_id!**'''__) 50 50 * * референцира до ARTICLE_UNIT (unit_id) 51 51 * !** референцира до PRICE (price_id) 52 * CUSTOMER_WEEKDAY (__ cust_day_id__, cust_id*, day_id!**, start_time, end_time)52 * CUSTOMER_WEEKDAY (__'''cust_day_id'''__, cust_id*, day_id!**, start_time, end_time) 53 53 * * референцира до CUSTOMER (user_id) 54 54 * !** референцира до WEEKDAY (day_id) 55 * TOKEN (__ t_id__, t_value, t_date, t_type, t_expiry, t_validated_at, t_user*)55 * TOKEN (__'''t_id'''__, t_value, t_date, t_type, t_expiry, t_validated_at, t_user*) 56 56 * * референцира до USERS (user_id) 57 57