5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
8 | url | | varchar(255) | YES | | | |
9 | nurl | | varchar(255) | YES | | | |
10 | version | | varchar(255) | YES | | | |
11 | site_name | | varchar(255) | YES | | | |
12 | info | | text | NO | | NULL | |
13 | register_policy | | tinyint | YES | | 0 | |
14 | registered-users | Number of registered users | int unsigned | YES | | 0 | |
15 | directory-type | Type of directory service (Poco, Mastodon) | tinyint | NO | | 0 | |
16 | poco | | varchar(255) | YES | | | |
17 | noscrape | | varchar(255) | YES | | | |
18 | network | | char(4) | YES | | | |
19 | protocol | The protocol of the server | tinyint unsigned | NO | | NULL | |
20 | platform | | varchar(255) | YES | | | |
21 | relay-subscribe | Has the server subscribed to the relay system | boolean | YES | | 0 | |
22 | relay-scope | The scope of messages that the server wants to get | varchar(10) | YES | | | |
23 | detection-method | Method that had been used to detect that server | tinyint unsigned | NO | | NULL | |
24 | created | | datetime | YES | | 0001-01-01 00:00:00 | |
25 | last_poco_query | | datetime | NO | | 0001-01-01 00:00:00 | |
26 | last_contact | Last successful connection request | datetime | NO | | 0001-01-01 00:00:00 | |
27 | last_failure | Last failed connection request | datetime | NO | | 0001-01-01 00:00:00 | |
28 | failed | Connection failed | boolean | NO | | NULL | |
29 | next_contact | Next connection request | datetime | NO | | 0001-01-01 00:00:00 | |
31 Return to [database documentation](help/database)