The document describes different data tables including fields, data types, sizes and descriptions for users, admins, houses and predictions. Tables contain information like primary keys, foreign keys, varchar, integer and date field types.
The document describes different data tables including fields, data types, sizes and descriptions for users, admins, houses and predictions. Tables contain information like primary keys, foreign keys, varchar, integer and date field types.
The document describes different data tables including fields, data types, sizes and descriptions for users, admins, houses and predictions. Tables contain information like primary keys, foreign keys, varchar, integer and date field types.
The document describes different data tables including fields, data types, sizes and descriptions for users, admins, houses and predictions. Tables contain information like primary keys, foreign keys, varchar, integer and date field types.
Download as DOCX, PDF, TXT or read online from Scribd
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