Ap.Muthu
unread,Oct 24, 2013, 12:45:56 AM10/24/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Justin James Kelly, SI Group
Hi Justin,
Can we make the "enabled" field as tinyint(1) instead of varchar(1) - it
might make simpler boolean comparisions and make both pgsql and mysql
compatible sql expressions for such boolean comparisions?
It is currentlly so in:
biller
customers
extensions
payment_types (pt_enabled)
preferences (pref_enabled)
products
products_attributes
tax (tax_enabled)
Only in the "user" table it is int(1)
Regards,
Ap.Muthu