[Solved] Add column to database October 22, 2022 by Kirat You can use the ALTER TABLE Command: ALTER TABLE item ADD COLUMN picture varbinary 2 solved Add column to database