Added default value "NULL"

This commit is contained in:
Michael 2021-06-14 05:08:01 +00:00
parent bb5e6d248b
commit 31db9dbef7
70 changed files with 311 additions and 311 deletions

View file

@ -4,7 +4,7 @@ privacy groups, member info
| 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 |
| gid | groups.id of the associated group | int unsigned | YES | | 0 | |
| contact-id | contact.id of the member assigned to the associated group | int unsigned | YES | | 0 | |