Pad the lengths of the columns

This commit is contained in:
Michael 2021-06-14 05:33:47 +00:00
parent a827f948c8
commit 4095e6c9be
72 changed files with 761 additions and 751 deletions

View file

@ -4,7 +4,7 @@ Activity Verbs
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | | smallint unsigned | NO | PRI | NULL | auto_increment |
| name | | varchar(100) | NO | | | |
| id | | smallint unsigned | NO | PRI | NULL | auto_increment |
| name | | varchar(100) | NO | | | |
Return to [database documentation](help/database)