Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Use the BINARY keyword on each column you want to be case sensitive.
ie. COLUMN_X CHAR(128) BINARY NOT NULL
Then it will use case sensitive searches and selects. It is important to note that even if a column doesn't include the BINARY keyword, all data is still stored in the correct case.