1
0
Fork 0

Trailing whitespace removed

This commit is contained in:
Michael 2021-06-14 06:10:11 +00:00
commit 2cd0c1d30d
72 changed files with 965 additions and 893 deletions

View file

@ -1,11 +1,12 @@
Table item-uri
===========
URI and GUID for items
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------------------------- | -------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| uri | URI of an item | varbinary(255) | NO | | NULL | |
| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | |
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ------------------------------- | -------------- | ---- | --- | ------- | -------------- |
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| uri | URI of an item | varbinary(255) | NO | | NULL | |
| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | |
Return to [database documentation](help/database)