Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java DB データベースのフィールドのサイズを変更しようとしています。私はそれをすることができないようです。私の現在のデータ型はvarchar(50)で、それを に更新したいと考えていvarchar(150)ます。
varchar(50)
varchar(150)