生のクエリを発行して戻り値にpeeweeのオブジェクトを取得するにはRawQueryを使う
詳しくは http://docs.peewee-orm.com/en/latest/peewee/api.html#RawQuery
sqlのwhereでnullを比較するには.is_null()を使う
生のクエリを発行して戻り値にpeeweeのオブジェクトを取得するにはRawQueryを使う
詳しくは http://docs.peewee-orm.com/en/latest/peewee/api.html#RawQuery
sqlのwhereでnullを比較するには.is_null()を使う