-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15c45f0
commit 3f64b1e
Showing
44 changed files
with
4,049 additions
and
5 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
TEAM/Files/PhysicalModel/000_Source/dbo/CUSTOMER_OFFER.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "CUSTOMER_OFFER", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "CustomerID", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "OfferID", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
} | ||
] | ||
} |
117 changes: 117 additions & 0 deletions
117
TEAM/Files/PhysicalModel/000_Source/dbo/CUSTOMER_PERSONAL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
{ | ||
"name": "CUSTOMER_PERSONAL", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "CustomerID", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Given", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Surname", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 3, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Suburb", | ||
"dataType": "varchar", | ||
"characterLength": "50", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 4, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "State", | ||
"dataType": "varchar", | ||
"characterLength": "3", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 5, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Postcode", | ||
"dataType": "varchar", | ||
"characterLength": "6", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 6, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Country", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 7, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Gender", | ||
"dataType": "varchar", | ||
"characterLength": "1", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 8, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "DOB", | ||
"dataType": "date", | ||
"characterLength": "3", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 9, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Contact_Number", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 10, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Referee_Offer_Made", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 11, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
67 changes: 67 additions & 0 deletions
67
TEAM/Files/PhysicalModel/000_Source/dbo/CUST_MEMBERSHIP.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"name": "CUST_MEMBERSHIP", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "CustomerID", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Plan_Code", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Start_Date", | ||
"dataType": "datetime", | ||
"characterLength": "8", | ||
"numericPrecision": "23", | ||
"numericScale": "3", | ||
"ordinalPosition": 3, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "End_Date", | ||
"dataType": "datetime", | ||
"characterLength": "8", | ||
"numericPrecision": "23", | ||
"numericScale": "3", | ||
"ordinalPosition": 4, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Status", | ||
"dataType": "varchar", | ||
"characterLength": "10", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 5, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Comment", | ||
"dataType": "varchar", | ||
"characterLength": "50", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 6, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
TEAM/Files/PhysicalModel/000_Source/dbo/ESTIMATED_WORTH.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "ESTIMATED_WORTH", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "Plan_Code", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Date_effective", | ||
"dataType": "datetime", | ||
"characterLength": "8", | ||
"numericPrecision": "23", | ||
"numericScale": "3", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Value_Amount", | ||
"dataType": "numeric", | ||
"characterLength": "9", | ||
"numericPrecision": "18", | ||
"numericScale": "0", | ||
"ordinalPosition": 3, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "OFFER", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "OfferID", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Offer_Long_Description", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
57 changes: 57 additions & 0 deletions
57
TEAM/Files/PhysicalModel/000_Source/dbo/PERSONALISED_COSTING.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"name": "PERSONALISED_COSTING", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "Member", | ||
"dataType": "int", | ||
"characterLength": "4", | ||
"numericPrecision": "10", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Segment", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Plan_Code", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 3, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Date_effective", | ||
"dataType": "datetime", | ||
"characterLength": "8", | ||
"numericPrecision": "23", | ||
"numericScale": "3", | ||
"ordinalPosition": 4, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Monthly_Cost", | ||
"dataType": "numeric", | ||
"characterLength": "9", | ||
"numericPrecision": "18", | ||
"numericScale": "0", | ||
"ordinalPosition": 5, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"name": "PLAN", | ||
"database": "000_Source", | ||
"schema": "dbo", | ||
"columns": [ | ||
{ | ||
"name": "Plan_Code", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 1, | ||
"primaryKeyIndicator": "Y", | ||
"multiActiveIndicator": "Y" | ||
}, | ||
{ | ||
"name": "Plan_Desc", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 2, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
}, | ||
{ | ||
"name": "Renewal_Plan_Code", | ||
"dataType": "varchar", | ||
"characterLength": "100", | ||
"numericPrecision": "0", | ||
"numericScale": "0", | ||
"ordinalPosition": 3, | ||
"primaryKeyIndicator": "N", | ||
"multiActiveIndicator": "N" | ||
} | ||
] | ||
} |
Oops, something went wrong.