2021-06-13 20:33:50 +00:00
|
|
|
Table item-uri
|
|
|
|
===========
|
2021-06-14 06:10:11 +00:00
|
|
|
|
2021-06-13 20:33:50 +00:00
|
|
|
URI and GUID for items
|
|
|
|
|
2021-06-14 08:53:37 +00:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-06-14 06:10:11 +00:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ------------------------------- | -------------- | ---- | --- | ------- | -------------- |
|
|
|
|
| id | | int unsigned | NO | PRI | NULL | auto_increment |
|
2022-09-04 07:54:01 +00:00
|
|
|
| uri | URI of an item | varbinary(383) | NO | | NULL | |
|
2021-06-14 06:10:11 +00:00
|
|
|
| guid | A unique identifier for an item | varbinary(255) | YES | | NULL | |
|
2021-06-13 20:33:50 +00:00
|
|
|
|
2021-06-14 08:53:37 +00:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-06-14 12:15:10 +00:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ----------- |
|
|
|
|
| PRIMARY | id |
|
|
|
|
| uri | UNIQUE, uri |
|
|
|
|
| guid | guid |
|
2021-06-14 08:53:37 +00:00
|
|
|
|
|
|
|
|
2021-06-13 20:33:50 +00:00
|
|
|
Return to [database documentation](help/database)
|