News
SQLite does not support the drop column syntax generated by DBeaver when attempting to delete a column. DBeaver syntax "ALTER TABLE aTable DROP COLUMN aColumn;" is not valid in SQLite.
The DROP COLUMN command will fail if there are any traces of the column in other parts of the schema that will prevent the schema from parsing after the CREATE TABLE statement has been modified.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results