Hi..
I have just tried this and got this error...
Code:
Error
SQL-query :
ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
MySQL said:
#1054 - Unknown column 'ebux' in 'user'
Any ideas please?
Is it cause its already been done?
If so... My Vbookie cash is still a seperate cash system, I was expecting it to
add all the vbookie cash to the ebux, no?
Quote:
Originally Posted by Ignignokt
Change the eBux field to ucash and then run the following SQL code:
Code:
ALTER TABLE `user` CHANGE `ebux` `ucash` DECIMAL( 30, 5 ) NOT NULL DEFAULT '0.00000'
|