Reversed "null"

This commit is contained in:
Michael 2021-06-14 05:14:09 +00:00
commit a827f948c8
73 changed files with 752 additions and 752 deletions

View file

@ -4,7 +4,7 @@ Hostname
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | sequential ID | tinyint unsigned | YES | PRI | NULL | auto_increment |
| name | The hostname | varchar(128) | YES | | | |
| id | sequential ID | tinyint unsigned | NO | PRI | NULL | auto_increment |
| name | The hostname | varchar(128) | NO | | | |
Return to [database documentation](help/database)