Page MenuHomePhabricator

Database field user_newtalk.user_id is not the same data type as user.user_id
Closed, ResolvedPublic

Description

Database field user_newtalk.user_id is not the same data type as user.user_id

user_newtalk.user_id is int, while user.user_id is unsigned int

It should be the same type for consistency (and speedy join-ability)

Requested at https://www.mediawiki.org/wiki/Manual_talk:User_newtalk_table#user_newtalk.user_id

Event Timeline

Ciencia_Al_Poder raised the priority of this task from to Low.
Ciencia_Al_Poder updated the task description. (Show Details)
Ciencia_Al_Poder changed Security from none to None.
Ciencia_Al_Poder subscribed.
gerritbot subscribed.

Change 190725 had a related patch set uploaded (by Umherirrender):
Make column user_newtalk.user_id an unsigned int

https://gerrit.wikimedia.org/r/190725

Patch-For-Review

Change 190725 merged by jenkins-bot:
[schema] Make column user_newtalk.user_id an unsigned int

https://gerrit.wikimedia.org/r/190725