ALTER TABLE `${tableName}` ADD ${field.column} ${field.type} NOT NULL primary key DEFAULT NULL COMMENT #{field.comment}