auto——可以是identity column类型,sequence类型或者table类型,取决于不同的底层数据库。table——使用表保存id值。identity——identity column。sequence——sequence。