Hi I have float fields in my mysql db ( for price). it shows zeros when there is noting as default. i don't want that zeros. what can i do? thanks
Maybe you can make it to allow NULLs so when there is nothing it will be nothing and not zeros, not sure what do you want.