Migrate database engine from MySQL to SQLite
Jump to navigation
Jump to search
Notes
- Remove database name from SQL query: SQLite will consider the database name as table name
- Replace MySQL CHAR_LENGTH function with SQLite Length function[1]