mySQL Database Manipulation
Are there any know issues with manipulation the mySql database table? For example, I would like to add a field or two to aid in my script's interface with the database. Is the code written in such a way that this may cause problems?
Also, can I trust that the id for each event in the mysql table will always stick with that event, or can an event's id change?
|