Skip to content

Commit

Permalink
Updated identifiers of source system entities.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Jun 27, 2024
1 parent fb09def commit 4912590
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ entity:
name: "Address"
description: "The address of a customer."
attributes:
- id: CustomerID
- identifier: true
id: CustomerID
name: "CustomerID"
datatype: "Integer"
- id: Street
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,25 @@ entity:
id: Customer
name: "Customer"
attributes:
- id: Id
name: "Id"
datatype: "Integer"
- id: FirstName
name: "FirstName"
datatype: "Text"
- id: LastName
name: "LastName"
datatype: "Text"
- id: City
name: "City"
datatype: "Text"
- id: Country
name: "Country"
datatype: "Text"
- id: Phone
name: "Phone"
datatype: "Text"
- id: BirthDate
name: "BirthDate"
datatype: "DateTime"
- identifier: true
id: Id
name: "Id"
datatype: "Integer"
- id: FirstName
name: "FirstName"
datatype: "Text"
- id: LastName
name: "LastName"
datatype: "Text"
- id: City
name: "City"
datatype: "Text"
- id: Country
name: "Country"
datatype: "Text"
- id: Phone
name: "Phone"
datatype: "Text"
- id: BirthDate
name: "BirthDate"
datatype: "DateTime"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ entity:
name: "Order"
description: "Order placed by a customer in the Customer table."
attributes:
- id: Id
- identifier: true
id: Id
name: "Id"
datatype: "Integer"
- id: OrderDate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ entity:
id: Country
name: "Country"
attributes:
- id: Code
name: "Code"
datatype: "Varchar"
- id: Name
name: "name"
datatype: "Varchar"
- identifier: true
id: Code
name: "Code"
datatype: "Varchar"
- id: Name
name: "Name"
datatype: "Varchar"

0 comments on commit 4912590

Please sign in to comment.