Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.22 KB

customers.md

File metadata and controls

31 lines (24 loc) · 1.22 KB

logo customers

Start>customers

Description

Customer Details

Columns

Key Name Data Type Length Precision Scale Not Null Description
Primary Key PK_customers_idCluster Key PK_customers_id id bigint 8 19 0 True Customer ID
updated_at datetime 8 23 3 True Customer last edited date
created_at datetime 8 23 3 True Customer created datetime
email nvarchar 255 0 0 False Customer email addresses
last_order_id bigint 8 19 0 False Customer last order placed ID
orders_count int 4 10 0 True Number of orders placed
total_spent money 8 19 4 True Total amount spent
tags nvarchar 0 0 False Customer tags
city nvarchar 255 0 0 False Customer city
province nvarchar 255 0 0 False Customer state/province
country nvarchar 255 0 0 False Customer country
zip nvarchar 255 0 0 False Customer zip

Indexes

Key Name Columns Unique
Primary Key PK_ordercustidCluster Key PK_ordercustid PK_customers_id id True