Changes between Version 3 and Version 4 of StoreRegistration
- Timestamp:
- 01/09/26 19:54:42 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StoreRegistration
v3 v4 25 25 }}} 26 26 27 **6.** The boss is assigned to work in the store via {{{works_in_store}}}. 27 **6.** The application creates a new store entry in {{{store}}}. 28 29 {{{#!sql 30 INSERT INTO store (store_ID, name, date_of_founding, physical_address, store_email) VALUES 31 ('001', 'HandCraft001', '2024-01-01', 'st.Main num.5, Skopje 1000, MK', 'store001@shop.com'); 32 33 }}} 34 35 **7.** The boss is assigned to work in the store via {{{works_in_store}}}. 28 36 29 37 {{{#!sql … … 32 40 33 41 }}} 34 35 36 **7.** The application creates a new store entry in {{{store}}}.37 38 {{{#!sql39 INSERT INTO store (store_ID, name, date_of_founding, physical_address, store_email) VALUES40 ('001', 'HandCraft001', '2024-01-01', 'st.Main num.5, Skopje 1000, MK', 'store001@shop.com');41 42 }}}
