0% found this document useful (0 votes)
18 views

Comment - Id Int (11) No: 3.2.5 Data Dictionary

This document defines the data dictionary for various tables in a database including tables for comments, days, friends, likes, members, messages, months, photos, and post comments. It lists the column name, data type, whether it can be null, and any default values for each table. In total 15 tables are described.

Uploaded by

dumiur
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Comment - Id Int (11) No: 3.2.5 Data Dictionary

This document defines the data dictionary for various tables in a database including tables for comments, days, friends, likes, members, messages, months, photos, and post comments. It lists the column name, data type, whether it can be null, and any default values for each table. In total 15 tables are described.

Uploaded by

dumiur
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

3.2.

5 Data Dictionary
Table 3.1 Comment

Column

Type

Null Default

comment_id int(11)

No

comment

No

text

Comments

date_created varchar(50) No
member_id varchar(30) No

Table 3.3 Day

Column

Type

Null Default

day_id

int(11)

No

day

int(2)

No

Comments

Table 3.5 Friends

Column

Type

Null Default

member_id int(11)

No

datetime

datetime

No

status

varchar(11) No

friends_with int(11)

Comments

No
Table 3.6 Likes

Column

Type

Null Default

Comments

like_id

int(11)

No

remarks

text

No

remarksby varchar(30) No
able 3.8 Members

Column

Type

member_id int(11)

Null Default
No

UserName varchar(10) No
Password

varchar(80) No

FirstName varchar(30) No
LastName

varchar(30) No

Address

varchar(200) No

ContactNo varchar(14) No
Url

varchar(100) No

Birthdate

varchar(20) No

Gender

varchar(6)

No

DateAdded varchar(45) No
profImage varchar(200) No
curcity

varchar(50) No

hometown varchar(50) Yes NULL


Interested

varchar(30) Yes NULL

Comments

language

varchar(30) Yes NULL

college

varchar(100) Yes NULL

highschool varchar(200) Yes NULL


experiences varchar(200) Yes NULL
arts

text

Yes NULL

aboutme

text

Yes NULL

month

varchar(20) Yes NULL

day

varchar(2)

Yes NULL

year

varchar(4)

Yes NULL

Stats

varchar(30) Yes NULL


Table 3.10 Messages

Column

Type

message_id int(11)

Null Default
No

receiver

varchar(40) No

recipient

varchar(40) No

datetime

datetime

content

varchar(100) No

status

varchar(6)

No

No

Comments

Table 3.12 Month

Column

Type

month_id int(11)
month

Null Default

Comments

No

varchar(15) No

Table 3.14 Photos

Column

Type

Null Default

photo_id

int(11)

location

varchar(200) No

member_id int(11)

Comments

No

No

Table 3.15 Post comment

Column

Type

Null Default

comment_id

int(11)

No

content

text

No

Comments

commentedby varchar(30) No
pic

varchar(100) No

Id

int(40)

date_created

varchar(50) No

No

You might also like