2021-06-13 22:33:50 +02:00
|
|
|
Table item-uri
|
|
|
|
===========
|
|
|
|
URI and GUID for items
|
|
|
|
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
2021-06-14 07:14:09 +02:00
|
|
|
| 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
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|