Jump to content
MakeWebGames

Recommended Posts

Posted

I Want To Have It So When You Sign Up Your Profile Sig Is Firstly: No Information On File

This What Happens When I Try:

Error

SQL query:

ALTER TABLE `users` CHANGE `signature` `signature` TEXT CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'No Information On File'

MySQL said:

#1101 - BLOB/TEXT column 'signature' can't have a default value

Can Someone Help

Posted

Re: MySql Query Error

Text can't have a default value, it is not like int or varchar.

Try altering the mysql query that inserts the user upon registration.

, 'No Information On File', 

 

That should work because you are inserting data with the other info.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...