1
0
EQ2Emu/docs/database/login/web_users.md
2025-05-04 14:34:15 -04:00

322 B

Table: web_users

Description:

Defines web_users table in the Login database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • username (varchar(50), NOT NULL, DEFAULT '')
  • passwd (varchar(512), NOT NULL, DEFAULT '')
  • status (int(10), NOT NULL, DEFAULT 0)

Primary Keys:

  • id