I didn't mean to sound rude. I created another table using phoenix-sqlline according to the documentation:
CREATE TABLE IF NOT EXISTS TEST_SAVE_NEW (
IMEI VARCHAR NOT NULL PRIMARY KEY,
END_LATITUDE VARCHAR);
Still getting the same issue.
