View Single Post
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 08-03-2018 , 10:03   Re: SQL create column if not exists
Reply With Quote #4

PHP Code:
CREATE TABLE tablename (columncolumn...) 
This will just overwrite data, but if you want it like this, you have to do all the columns + the ones you want to add.

It's because 1 slot = 1 column, eg. FetchInt(column number). We don't want to switch places on the column numbers.
mug1wara is offline