SQLite is a lightweight, open-source relational database management system (RDBMS) that is widely used in mobile applications, embedded systems, and web browsers. One of the most important SQL ...
$sqlite_create = preg_replace('/\b\w*int(\(\d+\))?(\s+unsigned)?\s+NOT\s+NULL\s+AUTO_INCREMENT\b/i', 'INTEGER PRIMARY KEY AUTOINCREMENT', $sqlite_create); $sqlite ...