mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:10:11 +00:00
Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
@ -4,28 +4,28 @@ Global servers
|
|||
|
||||
| Field | Description | Type | Null | Key | Default | Extra |
|
||||
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
||||
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
||||
| id | sequential ID | int unsigned | YES | PRI | NULL | auto_increment |
|
||||
| url | | varchar(255) | YES | | | |
|
||||
| nurl | | varchar(255) | YES | | | |
|
||||
| version | | varchar(255) | YES | | | |
|
||||
| site_name | | varchar(255) | YES | | | |
|
||||
| info | | text | NO | | | |
|
||||
| info | | text | NO | | NULL | |
|
||||
| register_policy | | tinyint | YES | | 0 | |
|
||||
| registered-users | Number of registered users | int unsigned | YES | | 0 | |
|
||||
| directory-type | Type of directory service (Poco, Mastodon) | tinyint | NO | | 0 | |
|
||||
| poco | | varchar(255) | YES | | | |
|
||||
| noscrape | | varchar(255) | YES | | | |
|
||||
| network | | char(4) | YES | | | |
|
||||
| protocol | The protocol of the server | tinyint unsigned | NO | | | |
|
||||
| protocol | The protocol of the server | tinyint unsigned | NO | | NULL | |
|
||||
| platform | | varchar(255) | YES | | | |
|
||||
| relay-subscribe | Has the server subscribed to the relay system | boolean | YES | | 0 | |
|
||||
| relay-scope | The scope of messages that the server wants to get | varchar(10) | YES | | | |
|
||||
| detection-method | Method that had been used to detect that server | tinyint unsigned | NO | | | |
|
||||
| detection-method | Method that had been used to detect that server | tinyint unsigned | NO | | NULL | |
|
||||
| created | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
| last_poco_query | | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
| last_contact | Last successful connection request | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
| last_failure | Last failed connection request | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
| failed | Connection failed | boolean | NO | | | |
|
||||
| failed | Connection failed | boolean | NO | | NULL | |
|
||||
| next_contact | Next connection request | datetime | NO | | 0001-01-01 00:00:00 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue