dudata — Tracks user-based disk usage totals.
Column name | Type | Null | Default | Description |
---|---|---|---|---|
userid | int unsigned | 0 | The userid the disk usage item belongs to. | |
area | char(1) | The type of usage: "L" for log, "T" for talk, "B" for bio, "P" for pic. | ||
areaid | int unsigned | 0 | Unique ID within area, or '0' if area has no ids (like bio) | |
bytes | mediumint unsigned | 0 | Number of bytes item takes up. |
Key name | Type | Column(s) |
---|---|---|
PRIMARY | PRIMARY |