If I then (using the H2 Database Engine's app web interface) add a column with ALTER TABLE Artikel ADD needsHeightMicroMeter INT;, everything looks normal and both the old and the newly added column ...
SQLiteは軽量なSQLデータベースエンジンを実装するC言語ライブラリです。セットアップが必要なく、データベースは単一のファイルに格納されます。 SQLiteではALTER TABLEコマンドを提供しています。このコマンドは既存のテーブルに対して操作をすることができ ...
This issue is also the same as #3882, but the immediate fix isn't the same. In this case, we should support adding a FK (in the other it's a currently-unsupported feature).