MiguelVis

Results 33 comments of MiguelVis

Hi @baguswahyu. Please, check if the following SQL query solves the issue: ``` ALTER TABLE `userbillinfo` CHANGE COLUMN `lastbill` `lastbill` DATE NULL DEFAULT NULL AFTER `billstatus`, CHANGE COLUMN `nextbill` `nextbill`...

Hi @kpteahan. After you did apply the mentioned ALTERs, did you created a user and then update it? I mean maybe the issue stills in old records but not in...