Create addAutoPrimaryInt(String name, {String? uniqueGroup}) { _columns[name] = CreateInt.autoPrimary(name, uniqueGroup: uniqueGroup); return this; }