You are on page 1of 1

PackageMaster

Field name Data Type Length Constraints Description


PackageId int 5 Primary Key
MemberId int 5 Not Null
Package_Type Varchar 50 Not Null
Package_Period Varchar 500 Not Null
Start_Date Date Not Null
Expiry_Date Date Not Null
Paid Varchar 50 Not Null
Unpaid Varchar 50 Not Null
Next_Installament Varchar 50 Not Null
Description Varchar 500 Not Null
Created Date Not Null
Modified Date Not Null

Plan Master

Field name Data Type Length Constraints Description

Id int 5 Primary Key

Name Varchar 50 Not Null

Code Varchar 50 Not Null

You might also like