cn.vonce.sql.enumerate.AlterDifference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vonce-sqlbean-core Show documentation
Show all versions of vonce-sqlbean-core Show documentation
This is the core project of Sqlbean.
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