Added default value "NULL"
This commit is contained in:
parent
bb5e6d248b
commit
31db9dbef7
70 changed files with 311 additions and 311 deletions
|
|
@ -4,7 +4,7 @@ Diaspora compatible contacts - used in the Diaspora implementation
|
|||
|
||||
| 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 |
|
||||
| guid | unique id | varchar(255) | YES | | | |
|
||||
| url | | varchar(255) | YES | | | |
|
||||
| name | | varchar(255) | YES | | | |
|
||||
|
|
@ -19,7 +19,7 @@ Diaspora compatible contacts - used in the Diaspora implementation
|
|||
| priority | | tinyint unsigned | YES | | 0 | |
|
||||
| network | | char(4) | YES | | | |
|
||||
| alias | | varchar(255) | YES | | | |
|
||||
| pubkey | | text | NO | | | |
|
||||
| pubkey | | text | NO | | NULL | |
|
||||
| updated | | datetime | YES | | 0001-01-01 00:00:00 | |
|
||||
|
||||
Return to [database documentation](help/database)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue