mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +00:00
Fix "Data too long for column 'reaction' at row 1"
This commit is contained in:
parent
2e5046f8c3
commit
03e831b607
3 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ Fields
|
|||
| ------------- | ----------------------------------------------------------- | ----------------- | ---- | --- | ------- | ----- |
|
||||
| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | |
|
||||
| vid | Id of the verb table entry that contains the activity verbs | smallint unsigned | NO | PRI | NULL | |
|
||||
| reaction | Emoji Reaction | varchar(1) | NO | PRI | NULL | |
|
||||
| reaction | Emoji Reaction | varchar(4) | NO | PRI | NULL | |
|
||||
| parent-uri-id | Id of the item-uri table that contains the parent uri | int unsigned | YES | | NULL | |
|
||||
| count | Number of activities | int unsigned | YES | | 0 | |
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue