You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It throws the following error: Error: The getter 'anotherTable' isn't defined for the class 'Item'.
The text was updated successfully, but these errors were encountered:
AhmedLSayed9
changed the title
A table having additional foreign key reference column not reflected in a custom data class throws an error
A table having foreign key reference which is not reflected in a custom data class throws an error
Nov 12, 2024
As per docs: A table can have additional columns not reflected in a custom data class. Drift will simply not load those columns when mapping a row.
Despite that, the following code can't run:
It throws the following error:
Error: The getter 'anotherTable' isn't defined for the class 'Item'.
The text was updated successfully, but these errors were encountered: