Arn*_*Roa 1 mysql postgresql ruby-on-rails heroku
我的代码上有这个:
scope :to_send, where(:sent => false)
Run Code Online (Sandbox Code Playgroud)
在本地使用mysql我看到了这个:
`scheduled_messages`.`sent` = 0
Run Code Online (Sandbox Code Playgroud)
在Heroku而不是(与pg):
"scheduled_messages"."sent" = 'f'
Run Code Online (Sandbox Code Playgroud)
为什么?