Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Alter Table PHP Re: Alter Table PHP

#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`