I am trying to write an sql query in PHP My admin ,but facing an error could any one help please!
QUERY
ALTER TABLE `transactions` ADD `giftAmount` FLOAT NOT NULL DEFAULT '0' AFTER `recievingCurrency` ,
ADD `giftCurrency` VARCHAR NULL DEFAULT NULL AFTER `giftAmount`
ERROR
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NULL DEFAULT NULL AFTER giftAmount' at line 2
HELP
NULL. The error message is quite clear and point to the exact location of the error. RemoveDEFAULT NULLand try again