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
Postgres is okay with two columns whose names differ only in capitalization, but SQLite is not. It also makes life more difficult for humans: what is the difference between BMI_Category and BMI_CATEGORY?
The text was updated successfully, but these errors were encountered:
Postgres is okay with two columns whose names differ only in capitalization, but SQLite is not. It also makes life more difficult for humans: what is the difference between BMI_Category and BMI_CATEGORY?
The text was updated successfully, but these errors were encountered: