Himani houseDD

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

Time line chart

Data dictionary

Table Name: user

Field Name Data type Size Not Null Description


User_Id Integer 11 True Primary key
contact Integer 10 True
Table Name: Admin
Field Name Data type Size Not Null Description
Admin_id Integer 11 True Primary Key
Username Varchar 11 True
password Varchar 15 True
Table Name: House
Field Name Data type Size Not Null Description
H_Id Integer 11 True Primary Key
Current House owner Varchar 100 True
Price Integer 10 True
Owner no Integer 100 False
Seals price Integer 11 True
Seales year Date - True
Area Varchar 20 True
Table Name: Prediction
Field Name Data type Size Not Null Description
Id Integer 11 True Primary Key
H_id Integer 11 True Foreign key
Date Date - True
Actual price Integer 100 True
Pre_price Integer 20 True
attribute Long Text 30 False
Collaboration Diagram
User modelling language diagram

You might also like