Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does the table extension work? (e.g. ALTER TABLE MEDIUMINT to INT(10)) #117

Open
k00ni opened this issue Jun 15, 2018 · 0 comments
Open
Assignees
Labels

Comments

@k00ni
Copy link
Collaborator

k00ni commented Jun 15, 2018

There are code parts which alter tables by changing the datatype from MEDIUMINT to INT(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

@k00ni k00ni added the question label Jun 15, 2018
@k00ni 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 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
k00ni added a commit that referenced this issue Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants