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

extra column added for item type #2283

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

fre2mansur
Copy link

Need extra column 'item_type' for the t_item table
it will make extend the special and simple items without creating the table for it. we can use the item as a blog, or custom post page and much more.

Need extra column 'item_type' for the t_item table
it will make extend the special and simple items without creating the table for it. we can use the item as a blog, or custom post page and much more.
@@ -215,6 +215,7 @@ CREATE TABLE /*TABLE_PREFIX*/t_item (
dt_mod_date DATETIME NULL,
f_price FLOAT NULL,
i_price BIGINT(20) NULL,
i_type VARCHAR(40) NULL,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i_type is varchar means it should be s_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants