Home › Forums › Back End › Alter Table PHP › Re: Alter Table PHP
March 8, 2013 at 11:17 pm
#127563
Participant
I don’t understand your post.
Am I correct that you’ve created a database table (MySQL?), and you want to change one of the columns to be `NOT NULL`?
Could you post your table schema (the MySQL code used to create the table)?
You can get this by executing the following query:
`SHOW CREATE TABLE your_table_name`