ALTER TABLE ADD COLUMN IF NOT EXISTS in SQLite

前端 未结 14 1859
青春惊慌失措
青春惊慌失措 2020-11-28 08:45

We\'ve recently had the need to add columns to a few of our existing SQLite database tables. This can be done with ALTER TABLE ADD COLUMN. Of course, if the table has alre

14条回答
  •  攒了一身酷
    2020-11-28 09:29

    In case you're having this problem in flex/adobe air and find yourself here first, i've found a solution, and have posted it on a related question: ADD COLUMN to sqlite db IF NOT EXISTS - flex/air sqlite?

    My comment here: https://stackoverflow.com/a/24928437/2678219

提交回复
热议问题