Hello.
With both SQLite embedded database or H2 embedded database (with last driver), I can't edit metadata.
I can only add or delete a column in a table but I cant modify any other metadata (column type, column name, table description, ...)
The database embedded file it not in read mode (since I can create columns).
Can you help me ? Thanks.