PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
does anyone know why when I change a column in my mysql table it automatically generates a default of 0 for that particular column I dont set it it just generates itself why would this happen
this is what I do
їcode]
ALTER TABLE organisations org_id org_id int(11) not null
ї/code]