Janus13 Posted March 4, 2006 Share Posted March 4, 2006 I am writing an upgrade script that I want to be able to test and see what tables and columns in those tables already exist so it can add the missing ones. Would I need to test each column individually or is there a build in function to mysql/php that can test for a column in a table and alter the table? Or would I basically have to test for each column in the table and add the missing ones? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.