LipESprY
New member
- Messages
- 9
- Points
- 0
Hello, everyone!!
The title is very explicit: "What is the possibles values of 'state' column on 'login' table?"
-- `login` table
+-----------------+-----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+-----------------------+------+-----+---------+----------------+
| state | int(11) unsigned | NO | | 0 | |
+-----------------+-----------------------+------+-----+---------+----------------+
I know the value 5 for blocked account. This field have more possible values? Which are?
Thanks!
The title is very explicit: "What is the possibles values of 'state' column on 'login' table?"
-- `login` table
+-----------------+-----------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+-----------------+-----------------------+------+-----+---------+----------------+
| state | int(11) unsigned | NO | | 0 | |
+-----------------+-----------------------+------+-----+---------+----------------+
I know the value 5 for blocked account. This field have more possible values? Which are?
Thanks!