davidstummer Posted May 30, 2003 Posted May 30, 2003 i noticed that id's are automatically assigned to products in mysql. Because i have alot of products, can i manually add my own id, and can it be alpha-neumeric, ie D5? what do i have to change todo this? cheers
Ajeh Posted May 30, 2003 Posted May 30, 2003 The products_id is a tracking id used for relating the product to other tables. For your own id number, use model or create your own field so as not to corrupt the logic of how the code works. :shock:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.