Changes between Version 7 and Version 8 of ЕРДијаграм
- Timestamp:
- 01/08/25 22:05:30 (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ЕРДијаграм
v7 v8 51 51 EDB – varchar (Mandatory attribute) 52 52 53 = = Relationships ==53 = Relationships = 54 54 55 Client to Motorcycle: A Client can have multiple Motorcycles, but each Motorcycle belongs to one Client(1:N).56 * Foreign Key: client_telephone_number in Motorcycle references telephone_number inClient.55 Client to Motorcycle: Клиент може да има повеќе мотоцикли, но секој мотоцикл припаѓа на еден клиент (1:N). 56 Foreign Key: client_telephone_number во Motorcycle референцира telephone_number во Client. 57 57 58 Client to Service: A Service is associated with one Client, but a Client can have many Services(1:N).59 * Foreign Key: client_telephone_number in Service references telephone_number inClient.58 Client to Service: Услугата е поврзана со еден клиент, но клиентот може да има повеќе услуги (1:N). 59 Foreign Key: client_telephone_number во Service референцира telephone_number во Client. 60 60 61 Motorcycle to Service: A Motorcycle can have many Services, but each Service is associated with one Motorcycle(1:N).62 * Foreign Key: motorcycle_registration in Service references registration inMotorcycle.61 Motorcycle to Service: Мотоцикл може да има повеќе услуги, но секоја услуга е поврзана со еден мотоцикл (1:N). 62 Foreign Key: motorcycle_registration во Service референцира registration во Motorcycle. 63 63 64 Service to Mechanic: A Service can be performed by many Mechanics, and each Mechanic can work on many Services(M:N).65 * The service_mechanics table handles this many-to-many relationship, with service_id referencing Service and mechanic_embg referencingMechanic.64 Service to Mechanic: Услугата може да ја извршуваат повеќе механичари, а секој механичар може да работи на повеќе услуги (M:N). 65 Табелата service_mechanics ја обработува оваа многу-на-многу релација, со service_id референцирање на Service и mechanic_embg референцирање на Mechanic. 66 66 67 Client to ServiceInvoice: A Client can have many ServiceInvoices, but each ServiceInvoice belongs to one Client(1:N).68 * Foreign Key: recipient in ServiceInvoice references telephone_number inClient.67 Client to ServiceInvoice: Клиентот може да има повеќе сервисни фактури, но секоја сервисна фактура припаѓа на еден клиент (1:N). 68 Foreign Key: recipient во ServiceInvoice референцира telephone_number во Client. 69 69 70 Client to FiscalBill: A Client can have many FiscalBills, but each FiscalBill is issued by one Client(1:N).71 * Foreign Key: issuer in FiscalBill references telephone_number inClient.70 Client to FiscalBill: Клиентот може да има повеќе фискални фактури, но секоја фискална фактура е издадена од еден клиент (1:N). 71 Foreign Key: issuer во FiscalBill референцира telephone_number во Client.