Database diagram
Log in
Bookmarks
Account
Post Comment
Customer-CustomerID int PK IDENTITYName string DEFAULT(''NA'')Address1 string NOT NULLAddress2 string NULLAddress3 string NULL
Customer
-
CustomerID int PK IDENTITY
Name string DEFAULT(''NA'')
Address1 string NOT NULL
Address2 string NULL
Address3 string NULL
Post Comment