All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.vonce.sql.enumerate.AlterDifference Maven / Gradle / Ivy

The newest version!
package cn.vonce.sql.enumerate;

/**
 * 更改差异
 *
 * @author Jovi
 * @email [email protected]
 * @date 2023/8/9 12:10
 */
public enum AlterDifference {

    PK, NAME, TYPE, NOT_NULL, DFLT_VALUE, LENGTH, SCALE, REMARKS, AUTO_INCR

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy