You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you tell me, when these "extensions" are used? Are they still required? My current approach would be to change the datatype from MEDIUMINT to INT(10) directly in the CREATE TABLE queries.
k00ni
changed the title
How does the table extension work?
How does the table extension work? (e.g. ALTER TABLE MEDIUMINT to INT(10)
Jun 15, 2018
k00ni
changed the title
How does the table extension work? (e.g. ALTER TABLE MEDIUMINT to INT(10)
How does the table extension work? (e.g. ALTER TABLE MEDIUMINT to INT(10))
Jun 15, 2018
There are code parts which alter tables by changing the datatype from
MEDIUMINT
toINT(10)
, like here:https://github.com/semsol/arc2/blob/master/store/ARC2_StoreTableManager.php#L86
Can you tell me, when these "extensions" are used? Are they still required? My current approach would be to change the datatype from MEDIUMINT to INT(10) directly in the CREATE TABLE queries.
@semsol
The text was updated successfully, but these errors were encountered: