Data Dictionary

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Field Name Data type Field size Constraint description

user_id integer 12 Primary Key user id

name varchar 20 Not Null name of user

email_id varchar 30 Not Null Email id of user

password varchar 10 Not Null Password for login

contact_no integer 10 Not Null For contact or any


work
address varchar 10 Not Null user’s address

UserRegistration

Login

Field Name Data type Field size Constraint description

email_id varchar 30 Primary key Email for


registration
password varchar 10 Not null Password for
varification

Admin

Field name Data type field size Constraint description

admin_id integer 10 Primary key Admin id

name varchar 20 Not null Name of admin

admin_email varchar 30 Not null For identify admin

password varchar 20 Not null For authentication


Service

Field name Data type field size Constraint description


service_id varchar 20 Primary key For identify
service
service_name varchar 50 Not null Name of the
service
price integer 10 Not null Price of the
service
rerquirement varchar 30 Not null Requirement for
service
status varchar 10 Not null Service is available
or not

Payment

Field name Data type field size Constraint description

payment_type varchar 10 Not null Cash or online


payment
user_id integer 20 Not null Id of the user

service_name varchar 50 Not null Name of the


service
price integer 10 Not null Price of the service

You might also like