2021-06-13 22:33:50 +02:00
|
|
|
Table item-uri
|
|
|
|
===========
|
2021-06-14 08:10:11 +02:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
URI and GUID for items
|
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-06-14 08:10:11 +02:00
|
|
|
| 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 | |
|
2021-06-13 22:33:50 +02:00
|
|
|
|
2021-06-14 10:53:37 +02:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-06-14 14:15:10 +02:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ----------- |
|
|
|
|
| PRIMARY | id |
|
|
|
|
| uri | UNIQUE, uri |
|
|
|
|
| guid | guid |
|
2021-06-14 10:53:37 +02:00
|
|
|
|
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Return to [database documentation](help/database)
|