database.en-us.html 436 B

12345678910111213
  1. - User table , for storing the user information
  2. |Field|Type|Allow empty|Default|Comment|
  3. |:---- |:------- |:--- |-- -|------ |
  4. |uid |int(10) |no | | |
  5. |username |varchar(20) |no | | your username |
  6. |password |varchar(50) |no | | your password |
  7. |name |varchar(15) |yes | | your name |
  8. |reg_time |int(11) |yes | 0 | register time |
  9. - Remarks:none