[Vtigercrm-developers] sequence tables vs auto_increment

Adam Heinz amh at metricwise.net
Thu Apr 26 12:30:03 PDT 2012


What is the use of tables like vtiger_picklist_seq when the
vtiger_picklist.picklistid primary key is already defined as
auto_increment?  If you need the picklistid, just call ADOdb
Insert_ID() after the fact.  I know they're trivial little things, but
there's more than one hundred _seq tables cluttering up SHOW TABLES.


More information about the vtigercrm-developers mailing list