2022-04-25 13:45:03 +00:00
|
|
|
Table endpoint
|
|
|
|
===========
|
|
|
|
|
|
|
|
ActivityPub endpoints - used in the ActivityPub implementation
|
|
|
|
|
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ------------ | -------------------------------------------------------------- | -------------- | ---- | --- | ------- | ----- |
|
2022-09-04 07:54:01 +00:00
|
|
|
| url | URL of the contact | varbinary(383) | NO | PRI | NULL | |
|
2022-04-25 13:45:03 +00:00
|
|
|
| type | | varchar(20) | NO | | NULL | |
|
|
|
|
| owner-uri-id | Id of the item-uri table entry that contains the apcontact url | int unsigned | YES | | NULL | |
|
|
|
|
|
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
|
|
|
| Name | Fields |
|
|
|
|
| ----------------- | -------------------------- |
|
|
|
|
| PRIMARY | url |
|
|
|
|
| owner-uri-id_type | UNIQUE, owner-uri-id, type |
|
|
|
|
|
|
|
|
Foreign Keys
|
|
|
|
------------
|
|
|
|
|
|
|
|
| Field | Target Table | Target Field |
|
|
|
|
|-------|--------------|--------------|
|
|
|
|
| owner-uri-id | [item-uri](help/database/db_item-uri) | id |
|
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|