mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11670: Add autoincrement boolean property to columns
Columns now have a property to describe whether it has been defined as an auto-increment column, e.g. AUTO_INCREMENT for MySQL. The property is persisted in XML reference files, loaded from XML reference files and compared between schemas. The MySQL reference file has been updated to include autoincrement values. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32711 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -39,6 +39,7 @@ public abstract class XML
|
||||
public static final String EL_SEQUENCE = Sequence.class.getSimpleName().toLowerCase();
|
||||
public static final String EL_TYPE = "type";
|
||||
public static final String EL_NULLABLE = "nullable";
|
||||
public static final String EL_AUTOINCREMENT = "autoincrement";
|
||||
public static final String EL_COLUMN_NAME = "columnname";
|
||||
public static final String EL_COLUMN_NAMES = "columnnames";
|
||||
public static final String EL_LOCAL_COLUMN = "localcolumn";
|
||||
|
Reference in New Issue
Block a user