diff --git a/ext_tables.sql b/ext_tables.sql index 0e28aacf..782fe697 100644 --- a/ext_tables.sql +++ b/ext_tables.sql @@ -15,4 +15,4 @@ CREATE TABLE fe_users ( longitude decimal(8,6) DEFAULT NULL, latitude decimal(8,6) DEFAULT NULL, vdate date DEFAULT NULL, -); +) ENGINE=InnoDB;