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
Because you can cause a ordered column (like id) to conflict with joined tables. So if we are using a some database like SQLite, which is not able to guess the column to be ordered, we'll get a
Error: ambiguous column name: id
The text was updated successfully, but these errors were encountered:
In
ordering()
, you could never doBecause you can cause a ordered column (like
id
) to conflict with joined tables. So if we are using a some database like SQLite, which is not able to guess the column to be ordered, we'll get aThe text was updated successfully, but these errors were encountered: