5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
8 | uid | Owner user id | mediumint unsigned | YES | | 0 | |
9 | order | Field ordering per user | mediumint unsigned | YES | | 1 | |
10 | psid | ID of the permission set of this profile field - 0 = public | int unsigned | NO | | NULL | |
11 | label | Label of the field | varchar(255) | YES | | | |
12 | value | Value of the field | text | NO | | NULL | |
13 | created | creation time | datetime | YES | | 0001-01-01 00:00:00 | |
14 | edited | last edit time | datetime | YES | | 0001-01-01 00:00:00 | |
16 Return to [database documentation](help/database)