-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
floor can support son model? #715
Comments
yep, to solve it quickly you can use type converters or you need to set up table relationships. |
thx, can i return type when i delete data,now generate was
|
I believe you receive an error when running generation. Because for a single return Future it must be nullable. P.S.: for the list result it will be: |
@dkaera thx, i can generate success, but
|
that's odd 🤔 @Query('DELETE FROM DetailsChatItemModel WHERE selfImUId = :selfImUId')
Future<int?> deleteModelBySelfImUId(String selfImUId) |
@dkaera example code
|
@zeqinjie feature has been released, welcome to check :) |
db can support son model?
The text was updated successfully, but these errors were encountered: