All URL fields are now binary and longer

This commit is contained in:
Michael 2022-09-04 07:54:01 +00:00
parent dd59ad9032
commit 144547009b
33 changed files with 523 additions and 527 deletions

View file

@ -8,7 +8,7 @@ Fields
| Field | Description | Type | Null | Key | Default | Extra |
| ------------ | -------------------------------------------------------------- | -------------- | ---- | --- | ------- | ----- |
| url | URL of the contact | varbinary(255) | NO | PRI | NULL | |
| url | URL of the contact | varbinary(383) | NO | PRI | NULL | |
| type | | varchar(20) | NO | | NULL | |
| owner-uri-id | Id of the item-uri table entry that contains the apcontact url | int unsigned | YES | | NULL | |