For IIS7, Click "Tables" right click the "User's Table", click the "Design Table" option, & on top it should say "Add new feild". Once you do that, just name it "seckey" and for the other info, put VARCHAR 999What ABout for iis7? Navicat
You think you can help me pzlFor IIS7, Click "Tables" right click the "User's Table", click the "Design Table" option, & on top it should say "Add new feild". Once you do that, just name it "seckey" and for the other info, put VARCHAR 999
Could you tv help me pls?ALTER table users
ADD column seckey VARCHAR(999)
run that.
In Navicat/PHPmyAdmin run the following query:Could you tv help me pls?
ALTER TABLE users ADD COLUMN seckey VARCHAR( '999' );
TY!In Navicat/PHPmyAdmin run the following query:
PHP:ALTER TABLE users ADD COLUMN seckey VARCHAR( '999' );