grandgefx
01-13-2012, 10:04 AM
Hello,
So I want to create a Mysql table on my phpMyadmin with : id, id_member, date, and message
so can anyone help me to set up the attribute for each column/field?
Field: ID
Type: INT
Length/Values: 11
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <----check box
Comment:
Field: id_member <--- which is registered user of the website
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <--
Comment:
Field: date <--- which is the current time and date
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <---- another check box
Comment:
Field: message
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <---- another check box
Comment:
So I want to create a Mysql table on my phpMyadmin with : id, id_member, date, and message
so can anyone help me to set up the attribute for each column/field?
Field: ID
Type: INT
Length/Values: 11
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <----check box
Comment:
Field: id_member <--- which is registered user of the website
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <--
Comment:
Field: date <--- which is the current time and date
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <---- another check box
Comment:
Field: message
Type: ?
Length/Values: ?
Default: None
Collation:
Attributes:
Null: <---- this is a check box
AUTO_INCREMENT <---- another check box
Comment: