Im using XAMP with mySQL and phpMyAdmin.
I cant seem to work out how to set a column to NOT NULL in php my admin..
How do i do this?
Is there a quick way to set all columns not to be null in mySQL?
I havve tried: ALTER TABLE flights
CHANGE FlightID NOT NULL;
Thanks