Hello.
I have created a new table but not say no null it say yes null I have selected Not Null for rrpprice
price decimal(15,4) no 00000 rrpprice decimal(15,4) Yes NULL <--New Table is to be like price table>
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?
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
Thank You Worked All Out Here my Template /php working on let me know what u think http://www.mwbcomputers.com.au/index.php?route=common/home
Still lot more got to do footer style yet but done back bone.
Hello.
I have created a new table but not say no null it say yes null I have selected Not Null for rrpprice
price decimal(15,4) no 00000 rrpprice decimal(15,4) Yes NULL <--New Table is to be like price table>
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_nameThank You Worked All Out Here my Template /php working on let me know what u think http://www.mwbcomputers.com.au/index.php?route=common/home
Still lot more got to do footer style yet but done back bone.