Changes between Version 5 and Version 6 of DDL


Ignore:
Timestamp:
02/07/25 17:34:37 (2 weeks ago)
Author:
163080
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DDL

    v5 v6  
    11= Entity Sets
    22
    3 - Company(company_id, name, address, vat, email, created_at, updated_at)
     3- Company(company_id, company_name, address, vat, company_email, created_at, updated_at)
    44
    5 - User(user_id, name, email, password, role, company_id)
     5- User(user_id, user_name, user_email, password, role, company_id)
    66    *Reference: company_id → Company(company_id)
    77
    8 - Employee(employee_id, name, email, status, iban, cv, photo, notes, project, company_id)
     8- Employee(employee_id, employee_name, employee_email, status, iban, cv, photo, notes, project, company_id)
    99    *Reference: company_id → Company(company_id)
    1010
    11 - Candidate(candidate_id, name, email, status, cv, interview_stage, notes, company_id)
     11- Candidate(candidate_id, candidate_name, candidate_email, status, cv, interview_stage, notes, company_id)
    1212    *Reference: company_id → Company(company_id)
    1313
    14 - Client(client_id, name, representative, email, phone, address, vat, logo, company_id)
     14- Client(client_id, client_representative, client_email, phone, address, vat, logo, company_id)
    1515    *Reference: company_id → Company(company_id)
    1616