cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 58 forks source link

DB Table CREATE AUTO_INCREMENT=Num #3579

Closed bhsmither closed 1 month ago

bhsmither commented 2 months ago

In structure.sql, a few tables have the table expression AUTO_INCREMENT=#. CubeCart_currency CubeCart_filemanager CubeCart_geo_country CubeCart_inventory CubeCart_order_history CubeCart_seo_urls CubeCart_email_log

Maybe this matters not at all, but raises the question why this is there.

bhsmither commented 2 months ago

Also, in CubeCat_order_summary, the title_d column was missed when changing these title columns to varchar(16).

abrookbanks commented 1 month ago

Thanks.