I am trying to export the schema of my SQLite database. There are two errors:
- Triggers are not exported at all
- Views are exported as tables, in my case with "ENGINE=MyISAM" (This is SQLite!)
Is this a known problem?
I am trying to export the schema of my SQLite database. There are two errors:
Is this a known problem?
Please login to leave a reply, or register at first.