Forums » General Discussion

Thread: problem with alter table

This question is not answered. Helpful answers available: 2. Answered answers available: 1.


Permlink Replies: 0 - Pages: 1
pogi

Posts: 1
Registered: 4/2/07
problem with alter table
Posted: Aug 1, 2012 2:21 AM
 
  Click to reply to this thread Reply

Hello,

I found an issue in alter table generated by toad

ALTER TABLE table_name
CHANGE test test BIT DEFAULT '1';

there is a message

MySQL Database Error: Invalid default value for 'test'

You have to manually change it to

ALTER TABLE tabela
CHANGE test test BIT DEFAULT b'1';

is this known issue?

nn
Legend
Guru: 2001 + pts
Expert: 751 - 2000 pts
Enthusiast: 31 - 750 pts
Novice: 0 - 30 pts
Moderators
Helpful answer (5 pts)
Answered (10 pts)

Point your RSS reader here for a feed of the latest messages in all forums