sharebay / DBUpdateDemo

update the database when the table struct changes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBUpdateDemo

update the database when the table struct changes

当数据库的表的结构发生变化,需要通过数据库版本号的改变来引导升级安装的程序来升级数据库。 分一下几种情况: 1、新建表 2、删除表 3、更新表 3.1 新增字段 3.2 删除字段 3.3 改变字段的属性(包括数据类型、约束条件、默认值等) 3.4

备注:对于删除表,跟该表关联的外键也需要出来 对于更新表,要确保原有数据不删除。

About

update the database when the table struct changes


Languages

Language:Java 100.0%