摘要:
如果采用migration bundle则命令不用 --force命令 参考文档:http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html 阅读全文
posted @ 2015-11-04 17:30
S大好人S
阅读(691)
评论(0)
推荐(0)
摘要:
update `userstest` set `current_amount` = cast(`current_amount` as decimal(10, 2)) where `id` < 10注意在这里边current_amount的的数据不可以过大! 阅读全文
posted @ 2015-11-04 17:23
S大好人S
阅读(152)
评论(0)
推荐(0)