4 ActivityPub endpoints - used in the ActivityPub implementation
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------------ | -------------------------------------------------------------- | -------------- | ---- | --- | ------- | ----- |
11 | url | URL of the contact | varbinary(383) | NO | PRI | NULL | |
12 | type | | varchar(20) | NO | | NULL | |
13 | owner-uri-id | Id of the item-uri table entry that contains the apcontact url | int unsigned | YES | | NULL | |
19 | ----------------- | -------------------------- |
21 | owner-uri-id_type | UNIQUE, owner-uri-id, type |
26 | Field | Target Table | Target Field |
27 |-------|--------------|--------------|
28 | owner-uri-id | [item-uri](help/database/db_item-uri) | id |
30 Return to [database documentation](help/database)