001package com.echothree.model.jooq.server.keys.inventory;
002
003import com.echothree.model.jooq.server.records.inventory.AllocationPriorities;
004import com.echothree.model.jooq.server.records.inventory.AllocationPriorityDescriptions;
005import com.echothree.model.jooq.server.records.inventory.AllocationPriorityDetails;
006import com.echothree.model.jooq.server.records.inventory.InventoryAdjustmentTypeDescriptions;
007import com.echothree.model.jooq.server.records.inventory.InventoryAdjustmentTypeDetails;
008import com.echothree.model.jooq.server.records.inventory.InventoryAdjustmentTypes;
009import com.echothree.model.jooq.server.records.inventory.InventoryBucketTypeDescriptions;
010import com.echothree.model.jooq.server.records.inventory.InventoryBucketTypeDetails;
011import com.echothree.model.jooq.server.records.inventory.InventoryBucketTypes;
012import com.echothree.model.jooq.server.records.inventory.InventoryConditionDescriptions;
013import com.echothree.model.jooq.server.records.inventory.InventoryConditionDetails;
014import com.echothree.model.jooq.server.records.inventory.InventoryConditionGlAccounts;
015import com.echothree.model.jooq.server.records.inventory.InventoryConditionUseTypeDescriptions;
016import com.echothree.model.jooq.server.records.inventory.InventoryConditionUseTypes;
017import com.echothree.model.jooq.server.records.inventory.InventoryConditionUses;
018import com.echothree.model.jooq.server.records.inventory.InventoryConditions;
019import com.echothree.model.jooq.server.records.inventory.InventoryCostingMethodDescriptions;
020import com.echothree.model.jooq.server.records.inventory.InventoryCostingMethodDetails;
021import com.echothree.model.jooq.server.records.inventory.InventoryCostingMethods;
022import com.echothree.model.jooq.server.records.inventory.InventoryCostingPoolDetails;
023import com.echothree.model.jooq.server.records.inventory.InventoryCostingPoolStatuses;
024import com.echothree.model.jooq.server.records.inventory.InventoryCostingPools;
025import com.echothree.model.jooq.server.records.inventory.InventoryDispositionAdjustmentDescriptions;
026import com.echothree.model.jooq.server.records.inventory.InventoryDispositionAdjustmentDetails;
027import com.echothree.model.jooq.server.records.inventory.InventoryDispositionAdjustments;
028import com.echothree.model.jooq.server.records.inventory.InventoryDispositionDescriptions;
029import com.echothree.model.jooq.server.records.inventory.InventoryDispositionDetails;
030import com.echothree.model.jooq.server.records.inventory.InventoryDispositions;
031import com.echothree.model.jooq.server.records.inventory.InventoryLayerDetails;
032import com.echothree.model.jooq.server.records.inventory.InventoryLayerStatuses;
033import com.echothree.model.jooq.server.records.inventory.InventoryLayers;
034import com.echothree.model.jooq.server.records.inventory.InventoryLocationBuckets;
035import com.echothree.model.jooq.server.records.inventory.InventoryLocationGroupCapacities;
036import com.echothree.model.jooq.server.records.inventory.InventoryLocationGroupDescriptions;
037import com.echothree.model.jooq.server.records.inventory.InventoryLocationGroupDetails;
038import com.echothree.model.jooq.server.records.inventory.InventoryLocationGroupVolumes;
039import com.echothree.model.jooq.server.records.inventory.InventoryLocationGroups;
040import com.echothree.model.jooq.server.records.inventory.InventoryLocations;
041import com.echothree.model.jooq.server.records.inventory.InventoryTransactionDetails;
042import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineDestinations;
043import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineDetails;
044import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineRoles;
045import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineSources;
046import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineStatuses;
047import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLineTimes;
048import com.echothree.model.jooq.server.records.inventory.InventoryTransactionLines;
049import com.echothree.model.jooq.server.records.inventory.InventoryTransactionReasonDescriptions;
050import com.echothree.model.jooq.server.records.inventory.InventoryTransactionReasonDetails;
051import com.echothree.model.jooq.server.records.inventory.InventoryTransactionReasons;
052import com.echothree.model.jooq.server.records.inventory.InventoryTransactionRoleTypeDescriptions;
053import com.echothree.model.jooq.server.records.inventory.InventoryTransactionRoleTypeDetails;
054import com.echothree.model.jooq.server.records.inventory.InventoryTransactionRoleTypes;
055import com.echothree.model.jooq.server.records.inventory.InventoryTransactionRoles;
056import com.echothree.model.jooq.server.records.inventory.InventoryTransactionStatuses;
057import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTimeTypeDescriptions;
058import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTimeTypeDetails;
059import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTimeTypes;
060import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTimes;
061import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTypeDescriptions;
062import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTypeDetails;
063import com.echothree.model.jooq.server.records.inventory.InventoryTransactionTypes;
064import com.echothree.model.jooq.server.records.inventory.InventoryTransactions;
065import com.echothree.model.jooq.server.records.inventory.LotAliasTypeDescriptions;
066import com.echothree.model.jooq.server.records.inventory.LotAliasTypeDetails;
067import com.echothree.model.jooq.server.records.inventory.LotAliasTypes;
068import com.echothree.model.jooq.server.records.inventory.LotAliases;
069import com.echothree.model.jooq.server.records.inventory.LotDetails;
070import com.echothree.model.jooq.server.records.inventory.LotTimeTypeDescriptions;
071import com.echothree.model.jooq.server.records.inventory.LotTimeTypeDetails;
072import com.echothree.model.jooq.server.records.inventory.LotTimeTypes;
073import com.echothree.model.jooq.server.records.inventory.LotTimes;
074import com.echothree.model.jooq.server.records.inventory.Lots;
075import com.echothree.model.jooq.server.records.inventory.PartyBuckets;
076import com.echothree.model.jooq.server.records.inventory.PartyInventoryCostingMethods;
077import com.echothree.model.jooq.server.records.inventory.PartyInventoryLevels;
078
079import org.jooq.TableField;
080import org.jooq.UniqueKey;
081import org.jooq.impl.DSL;
082import org.jooq.impl.Internal;
083
084/**
085 * Key definitions for the InventoryUnique component.
086 */
087public interface InventoryUniqueKeys {
088    public static final UniqueKey<AllocationPriorities> ALLOCATION_PRIORITIES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities.ACTIVE_DETAIL }, true);
089    public static final UniqueKey<AllocationPriorities> ALLOCATION_PRIORITIES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities.LAST_DETAIL }, true);
090    public static final UniqueKey<AllocationPriorities> ALLOCATION_PRIORITIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorities.AllocationPriorities.ALLOCATION_PRIORITY }, true);
091    public static final UniqueKey<AllocationPriorityDescriptions> ALLOCATION_PRIORITY_DESCRIPTIONS_ALLOCATION_PRIORITY_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions.ALLOCATION_PRIORITY, com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions.THRU_TIME }, true);
092    public static final UniqueKey<AllocationPriorityDescriptions> ALLOCATION_PRIORITY_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDescriptions.AllocationPriorityDescriptions.ALLOCATION_PRIORITY_DESCRIPTION }, true);
093    public static final UniqueKey<AllocationPriorityDetails> ALLOCATION_PRIORITY_DETAILS_ALLOCATION_PRIORITY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails.ALLOCATION_PRIORITY, com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails.THRU_TIME }, true);
094    public static final UniqueKey<AllocationPriorityDetails> ALLOCATION_PRIORITY_DETAILS_ALLOCATION_PRIORITY_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails.ALLOCATION_PRIORITY_NAME, com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails.THRU_TIME }, true);
095    public static final UniqueKey<AllocationPriorityDetails> ALLOCATION_PRIORITY_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.AllocationPriorityDetails.AllocationPriorityDetails.ALLOCATION_PRIORITY_DETAIL }, true);
096    public static final UniqueKey<InventoryAdjustmentTypeDescriptions> INVENTORY_ADJUSTMENT_TYPE_DESCRIPTIONS_INVENTORY_ADJUSTMENT_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions.INVENTORY_ADJUSTMENT_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions.THRU_TIME }, true);
097    public static final UniqueKey<InventoryAdjustmentTypeDescriptions> INVENTORY_ADJUSTMENT_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDescriptions.InventoryAdjustmentTypeDescriptions.INVENTORY_ADJUSTMENT_TYPE_DESCRIPTION }, true);
098    public static final UniqueKey<InventoryAdjustmentTypeDetails> INVENTORY_ADJUSTMENT_TYPE_DETAILS_INVENTORY_ADJUSTMENT_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails.INVENTORY_ADJUSTMENT_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails.THRU_TIME }, true);
099    public static final UniqueKey<InventoryAdjustmentTypeDetails> INVENTORY_ADJUSTMENT_TYPE_DETAILS_INVENTORY_ADJUSTMENT_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails.INVENTORY_ADJUSTMENT_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails.THRU_TIME }, true);
100    public static final UniqueKey<InventoryAdjustmentTypeDetails> INVENTORY_ADJUSTMENT_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypeDetails.InventoryAdjustmentTypeDetails.INVENTORY_ADJUSTMENT_TYPE_DETAIL }, true);
101    public static final UniqueKey<InventoryAdjustmentTypes> INVENTORY_ADJUSTMENT_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes.ACTIVE_DETAIL }, true);
102    public static final UniqueKey<InventoryAdjustmentTypes> INVENTORY_ADJUSTMENT_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes.LAST_DETAIL }, true);
103    public static final UniqueKey<InventoryAdjustmentTypes> INVENTORY_ADJUSTMENT_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryAdjustmentTypes.InventoryAdjustmentTypes.INVENTORY_ADJUSTMENT_TYPE }, true);
104    public static final UniqueKey<InventoryBucketTypeDescriptions> INVENTORY_BUCKET_TYPE_DESCRIPTIONS_INVENTORY_BUCKET_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions.INVENTORY_BUCKET_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions.THRU_TIME }, true);
105    public static final UniqueKey<InventoryBucketTypeDescriptions> INVENTORY_BUCKET_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDescriptions.InventoryBucketTypeDescriptions.INVENTORY_BUCKET_TYPE_DESCRIPTION }, true);
106    public static final UniqueKey<InventoryBucketTypeDetails> INVENTORY_BUCKET_TYPE_DETAILS_INVENTORY_BUCKET_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails.INVENTORY_BUCKET_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails.THRU_TIME }, true);
107    public static final UniqueKey<InventoryBucketTypeDetails> INVENTORY_BUCKET_TYPE_DETAILS_INVENTORY_BUCKET_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails.INVENTORY_BUCKET_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails.THRU_TIME }, true);
108    public static final UniqueKey<InventoryBucketTypeDetails> INVENTORY_BUCKET_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypeDetails.InventoryBucketTypeDetails.INVENTORY_BUCKET_TYPE_DETAIL }, true);
109    public static final UniqueKey<InventoryBucketTypes> INVENTORY_BUCKET_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes.ACTIVE_DETAIL }, true);
110    public static final UniqueKey<InventoryBucketTypes> INVENTORY_BUCKET_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes.LAST_DETAIL }, true);
111    public static final UniqueKey<InventoryBucketTypes> INVENTORY_BUCKET_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryBucketTypes.InventoryBucketTypes.INVENTORY_BUCKET_TYPE }, true);
112    public static final UniqueKey<InventoryConditionDescriptions> INVENTORY_CONDITION_DESCRIPTIONS_INVENTORY_CONDITION_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions.THRU_TIME }, true);
113    public static final UniqueKey<InventoryConditionDescriptions> INVENTORY_CONDITION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionDescriptions.InventoryConditionDescriptions.INVENTORY_CONDITION_DESCRIPTION }, true);
114    public static final UniqueKey<InventoryConditionDetails> INVENTORY_CONDITION_DETAILS_INVENTORY_CONDITION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails.THRU_TIME }, true);
115    public static final UniqueKey<InventoryConditionDetails> INVENTORY_CONDITION_DETAILS_INVENTORY_CONDITION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails.INVENTORY_CONDITION_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails.THRU_TIME }, true);
116    public static final UniqueKey<InventoryConditionDetails> INVENTORY_CONDITION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionDetails.InventoryConditionDetails.INVENTORY_CONDITION_DETAIL }, true);
117    public static final UniqueKey<InventoryConditionGlAccounts> INVENTORY_CONDITION_GL_ACCOUNTS_INVENTORY_CONDITION_AND_ITEM_ACCOUNTING_CATEGORY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts.ITEM_ACCOUNTING_CATEGORY, com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts.THRU_TIME }, true);
118    public static final UniqueKey<InventoryConditionGlAccounts> INVENTORY_CONDITION_GL_ACCOUNTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionGlAccounts.InventoryConditionGlAccounts.INVENTORY_CONDITION_GL_ACCOUNT }, true);
119    public static final UniqueKey<InventoryConditions> INVENTORY_CONDITIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions.ACTIVE_DETAIL }, true);
120    public static final UniqueKey<InventoryConditions> INVENTORY_CONDITIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions.LAST_DETAIL }, true);
121    public static final UniqueKey<InventoryConditions> INVENTORY_CONDITIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditions.InventoryConditions.INVENTORY_CONDITION }, true);
122    public static final UniqueKey<InventoryConditionUses> INVENTORY_CONDITION_USES_INVENTORY_CONDITION_USE_TYPE_AND_INVENTORY_CONDITION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses.INVENTORY_CONDITION_USE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses.THRU_TIME }, true);
123    public static final UniqueKey<InventoryConditionUses> INVENTORY_CONDITION_USES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUses.InventoryConditionUses.INVENTORY_CONDITION_USE }, true);
124    public static final UniqueKey<InventoryConditionUseTypeDescriptions> INVENTORY_CONDITION_USE_TYPE_DESCRIPTIONS_INVENTORY_CONDITION_USE_TYPE_AND_LANGUAGE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypeDescriptions.InventoryConditionUseTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypeDescriptions.InventoryConditionUseTypeDescriptions.INVENTORY_CONDITION_USE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypeDescriptions.InventoryConditionUseTypeDescriptions.LANGUAGE }, true);
125    public static final UniqueKey<InventoryConditionUseTypeDescriptions> INVENTORY_CONDITION_USE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypeDescriptions.InventoryConditionUseTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypeDescriptions.InventoryConditionUseTypeDescriptions.INVENTORY_CONDITION_USE_TYPE_DESCRIPTION }, true);
126    public static final UniqueKey<InventoryConditionUseTypes> INVENTORY_CONDITION_USE_TYPES_INVENTORY_CONDITION_USE_TYPE_NAME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypes.InventoryConditionUseTypes, DSL.name("inventoryconditionusetypename_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypes.InventoryConditionUseTypes.INVENTORY_CONDITION_USE_TYPE_NAME }, true);
127    public static final UniqueKey<InventoryConditionUseTypes> INVENTORY_CONDITION_USE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypes.InventoryConditionUseTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryConditionUseTypes.InventoryConditionUseTypes.INVENTORY_CONDITION_USE_TYPE }, true);
128    public static final UniqueKey<InventoryCostingMethodDescriptions> INVENTORY_COSTING_METHOD_DESCRIPTIONS_INVENTORY_COSTING_METHOD_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions.INVENTORY_COSTING_METHOD, com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions.THRU_TIME }, true);
129    public static final UniqueKey<InventoryCostingMethodDescriptions> INVENTORY_COSTING_METHOD_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDescriptions.InventoryCostingMethodDescriptions.INVENTORY_COSTING_METHOD_DESCRIPTION }, true);
130    public static final UniqueKey<InventoryCostingMethodDetails> INVENTORY_COSTING_METHOD_DETAILS_INVENTORY_COSTING_METHOD_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails.INVENTORY_COSTING_METHOD, com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails.THRU_TIME }, true);
131    public static final UniqueKey<InventoryCostingMethodDetails> INVENTORY_COSTING_METHOD_DETAILS_INVENTORY_COSTING_METHOD_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails.INVENTORY_COSTING_METHOD_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails.THRU_TIME }, true);
132    public static final UniqueKey<InventoryCostingMethodDetails> INVENTORY_COSTING_METHOD_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethodDetails.InventoryCostingMethodDetails.INVENTORY_COSTING_METHOD_DETAIL }, true);
133    public static final UniqueKey<InventoryCostingMethods> INVENTORY_COSTING_METHODS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods.ACTIVE_DETAIL }, true);
134    public static final UniqueKey<InventoryCostingMethods> INVENTORY_COSTING_METHODS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods.LAST_DETAIL }, true);
135    public static final UniqueKey<InventoryCostingMethods> INVENTORY_COSTING_METHODS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingMethods.InventoryCostingMethods.INVENTORY_COSTING_METHOD }, true);
136    public static final UniqueKey<InventoryCostingPoolDetails> INVENTORY_COSTING_POOL_DETAILS_INVENTORY_COSTING_POOL_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.INVENTORY_COSTING_POOL, com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.THRU_TIME }, true);
137    public static final UniqueKey<InventoryCostingPoolDetails> INVENTORY_COSTING_POOL_DETAILS_INVENTORY_COSTING_POOL_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.INVENTORY_COSTING_POOL_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.THRU_TIME }, true);
138    public static final UniqueKey<InventoryCostingPoolDetails> INVENTORY_COSTING_POOL_DETAILS_ITEM_AND_INVENTORY_CONDITION_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.ITEM, com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.INVENTORY_CONDITION }, true);
139    public static final UniqueKey<InventoryCostingPoolDetails> INVENTORY_COSTING_POOL_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolDetails.InventoryCostingPoolDetails.INVENTORY_COSTING_POOL_DETAIL }, true);
140    public static final UniqueKey<InventoryCostingPools> INVENTORY_COSTING_POOLS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools.ACTIVE_DETAIL }, true);
141    public static final UniqueKey<InventoryCostingPools> INVENTORY_COSTING_POOLS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools.LAST_DETAIL }, true);
142    public static final UniqueKey<InventoryCostingPools> INVENTORY_COSTING_POOLS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPools.InventoryCostingPools.INVENTORY_COSTING_POOL }, true);
143    public static final UniqueKey<InventoryCostingPoolStatuses> INVENTORY_COSTING_POOL_STATUSES_INVENTORY_COSTING_POOL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolStatuses.InventoryCostingPoolStatuses, DSL.name("inventorycostingpoolid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolStatuses.InventoryCostingPoolStatuses.INVENTORY_COSTING_POOL }, true);
144    public static final UniqueKey<InventoryCostingPoolStatuses> INVENTORY_COSTING_POOL_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolStatuses.InventoryCostingPoolStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryCostingPoolStatuses.InventoryCostingPoolStatuses.INVENTORY_LAYER_STATUS }, true);
145    public static final UniqueKey<InventoryDispositionAdjustmentDescriptions> INVENTORY_DISPOSITION_ADJUSTMENT_DESCRIPTIONS_INVENTORY_DISPOSITION_ADJUSTMENT_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions.INVENTORY_DISPOSITION_ADJUSTMENT, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions.THRU_TIME }, true);
146    public static final UniqueKey<InventoryDispositionAdjustmentDescriptions> INVENTORY_DISPOSITION_ADJUSTMENT_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDescriptions.InventoryDispositionAdjustmentDescriptions.INVENTORY_DISPOSITION_ADJUSTMENT_DESCRIPTION }, true);
147    public static final UniqueKey<InventoryDispositionAdjustmentDetails> INVENTORY_DISPOSITION_ADJUSTMENT_DETAILS_INVENTORY_DISPOSITION_ADJUSTMENT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.INVENTORY_DISPOSITION_ADJUSTMENT, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.THRU_TIME }, true);
148    public static final UniqueKey<InventoryDispositionAdjustmentDetails> INVENTORY_DISPOSITION_ADJUSTMENT_DETAILS_INVENTORY_DISPOSITION_AND_INVENTORY_DISPOSITION_ADJUSTMENT_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.INVENTORY_DISPOSITION, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.INVENTORY_DISPOSITION_ADJUSTMENT_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.THRU_TIME }, true);
149    public static final UniqueKey<InventoryDispositionAdjustmentDetails> INVENTORY_DISPOSITION_ADJUSTMENT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustmentDetails.InventoryDispositionAdjustmentDetails.INVENTORY_DISPOSITION_ADJUSTMENT_DETAIL }, true);
150    public static final UniqueKey<InventoryDispositionAdjustments> INVENTORY_DISPOSITION_ADJUSTMENTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments.ACTIVE_DETAIL }, true);
151    public static final UniqueKey<InventoryDispositionAdjustments> INVENTORY_DISPOSITION_ADJUSTMENTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments.LAST_DETAIL }, true);
152    public static final UniqueKey<InventoryDispositionAdjustments> INVENTORY_DISPOSITION_ADJUSTMENTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionAdjustments.InventoryDispositionAdjustments.INVENTORY_DISPOSITION_ADJUSTMENT }, true);
153    public static final UniqueKey<InventoryDispositionDescriptions> INVENTORY_DISPOSITION_DESCRIPTIONS_INVENTORY_DISPOSITION_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions.INVENTORY_DISPOSITION, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions.THRU_TIME }, true);
154    public static final UniqueKey<InventoryDispositionDescriptions> INVENTORY_DISPOSITION_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDescriptions.InventoryDispositionDescriptions.INVENTORY_DISPOSITION_DESCRIPTION }, true);
155    public static final UniqueKey<InventoryDispositionDetails> INVENTORY_DISPOSITION_DETAILS_INVENTORY_DISPOSITION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.INVENTORY_DISPOSITION, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.THRU_TIME }, true);
156    public static final UniqueKey<InventoryDispositionDetails> INVENTORY_DISPOSITION_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_INVENTORY_DISPOSITION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.INVENTORY_DISPOSITION_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.THRU_TIME }, true);
157    public static final UniqueKey<InventoryDispositionDetails> INVENTORY_DISPOSITION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositionDetails.InventoryDispositionDetails.INVENTORY_DISPOSITION_DETAIL }, true);
158    public static final UniqueKey<InventoryDispositions> INVENTORY_DISPOSITIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions.ACTIVE_DETAIL }, true);
159    public static final UniqueKey<InventoryDispositions> INVENTORY_DISPOSITIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions.LAST_DETAIL }, true);
160    public static final UniqueKey<InventoryDispositions> INVENTORY_DISPOSITIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryDispositions.InventoryDispositions.INVENTORY_DISPOSITION }, true);
161    public static final UniqueKey<InventoryLayerDetails> INVENTORY_LAYER_DETAILS_INVENTORY_LAYER_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.INVENTORY_LAYER, com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.THRU_TIME }, true);
162    public static final UniqueKey<InventoryLayerDetails> INVENTORY_LAYER_DETAILS_INVENTORY_LAYER_AND_INVENTORY_LAYER_SEQUENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.INVENTORY_LAYER, com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.INVENTORY_LAYER_SEQUENCE, com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.THRU_TIME }, true);
163    public static final UniqueKey<InventoryLayerDetails> INVENTORY_LAYER_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayerDetails.InventoryLayerDetails.INVENTORY_LAYER_DETAIL }, true);
164    public static final UniqueKey<InventoryLayers> INVENTORY_LAYERS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers.ACTIVE_DETAIL }, true);
165    public static final UniqueKey<InventoryLayers> INVENTORY_LAYERS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers.LAST_DETAIL }, true);
166    public static final UniqueKey<InventoryLayers> INVENTORY_LAYERS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayers.InventoryLayers.INVENTORY_LAYER }, true);
167    public static final UniqueKey<InventoryLayerStatuses> INVENTORY_LAYER_STATUSES_INVENTORY_LAYER_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayerStatuses.InventoryLayerStatuses, DSL.name("inventorylayerid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayerStatuses.InventoryLayerStatuses.INVENTORY_LAYER }, true);
168    public static final UniqueKey<InventoryLayerStatuses> INVENTORY_LAYER_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLayerStatuses.InventoryLayerStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLayerStatuses.InventoryLayerStatuses.INVENTORY_LAYER_STATUS }, true);
169    public static final UniqueKey<InventoryLocationBuckets> INVENTORY_LOCATION_BUCKETS_INVENTORY_LOCATION_AND_INVENTORY_BUCKET_TYPE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationBuckets.InventoryLocationBuckets, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationBuckets.InventoryLocationBuckets.INVENTORY_LOCATION, com.echothree.model.jooq.server.tables.inventory.InventoryLocationBuckets.InventoryLocationBuckets.INVENTORY_BUCKET_TYPE }, true);
170    public static final UniqueKey<InventoryLocationBuckets> INVENTORY_LOCATION_BUCKETS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationBuckets.InventoryLocationBuckets, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationBuckets.InventoryLocationBuckets.INVENTORY_LOCATION_BUCKET }, true);
171    public static final UniqueKey<InventoryLocationGroupCapacities> INVENTORY_LOCATION_GROUP_CAPACITIES_INVENTORY_LOCATION_GROUP_AND_UNIT_OF_MEASURE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities.INVENTORY_LOCATION_GROUP, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities.UNIT_OF_MEASURE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities.THRU_TIME }, true);
172    public static final UniqueKey<InventoryLocationGroupCapacities> INVENTORY_LOCATION_GROUP_CAPACITIES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupCapacities.InventoryLocationGroupCapacities.INVENTORY_LOCATION_GROUP_CAPACITY }, true);
173    public static final UniqueKey<InventoryLocationGroupDescriptions> INVENTORY_LOCATION_GROUP_DESCRIPTIONS_INVENTORY_LOCATION_GROUP_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions.INVENTORY_LOCATION_GROUP, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions.THRU_TIME }, true);
174    public static final UniqueKey<InventoryLocationGroupDescriptions> INVENTORY_LOCATION_GROUP_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDescriptions.InventoryLocationGroupDescriptions.INVENTORY_LOCATION_GROUP_DESCRIPTION }, true);
175    public static final UniqueKey<InventoryLocationGroupDetails> INVENTORY_LOCATION_GROUP_DETAILS_INVENTORY_LOCATION_GROUP_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.INVENTORY_LOCATION_GROUP, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.THRU_TIME }, true);
176    public static final UniqueKey<InventoryLocationGroupDetails> INVENTORY_LOCATION_GROUP_DETAILS_WAREHOUSE_PARTY_AND_INVENTORY_LOCATION_GROUP_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.WAREHOUSE_PARTY, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.INVENTORY_LOCATION_GROUP_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.THRU_TIME }, true);
177    public static final UniqueKey<InventoryLocationGroupDetails> INVENTORY_LOCATION_GROUP_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupDetails.InventoryLocationGroupDetails.INVENTORY_LOCATION_GROUP_DETAIL }, true);
178    public static final UniqueKey<InventoryLocationGroups> INVENTORY_LOCATION_GROUPS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups.ACTIVE_DETAIL }, true);
179    public static final UniqueKey<InventoryLocationGroups> INVENTORY_LOCATION_GROUPS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups.LAST_DETAIL }, true);
180    public static final UniqueKey<InventoryLocationGroups> INVENTORY_LOCATION_GROUPS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroups.InventoryLocationGroups.INVENTORY_LOCATION_GROUP }, true);
181    public static final UniqueKey<InventoryLocationGroupVolumes> INVENTORY_LOCATION_GROUP_VOLUMES_INVENTORY_LOCATION_GROUP_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupVolumes.InventoryLocationGroupVolumes, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupVolumes.InventoryLocationGroupVolumes.INVENTORY_LOCATION_GROUP, com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupVolumes.InventoryLocationGroupVolumes.THRU_TIME }, true);
182    public static final UniqueKey<InventoryLocationGroupVolumes> INVENTORY_LOCATION_GROUP_VOLUMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupVolumes.InventoryLocationGroupVolumes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocationGroupVolumes.InventoryLocationGroupVolumes.INVENTORY_LOCATION_GROUP_VOLUME }, true);
183    public static final UniqueKey<InventoryLocations> INVENTORY_LOCATIONS_LOCATION_AND_ITEM_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.LOCATION, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.ITEM, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.THRU_TIME }, true);
184    public static final UniqueKey<InventoryLocations> INVENTORY_LOCATIONS_LOCATION_AND_OWNER_PARTY_AND_ITEM_AND_UNIT_OF_MEASURE_TYPE_AND_INVENTORY_CONDITION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.LOCATION, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.OWNER_PARTY, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.ITEM, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.UNIT_OF_MEASURE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.THRU_TIME }, true);
185    public static final UniqueKey<InventoryLocations> INVENTORY_LOCATIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryLocations.InventoryLocations.INVENTORY_LOCATION }, true);
186    public static final UniqueKey<InventoryTransactionDetails> INVENTORY_TRANSACTION_DETAILS_INVENTORY_TRANSACTION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.INVENTORY_TRANSACTION, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.THRU_TIME }, true);
187    public static final UniqueKey<InventoryTransactionDetails> INVENTORY_TRANSACTION_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_INVENTORY_TRANSACTION_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.INVENTORY_TRANSACTION_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.THRU_TIME }, true);
188    public static final UniqueKey<InventoryTransactionDetails> INVENTORY_TRANSACTION_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionDetails.InventoryTransactionDetails.INVENTORY_TRANSACTION_DETAIL }, true);
189    public static final UniqueKey<InventoryTransactionLineDestinations> INVENTORY_TRANSACTION_LINE_DESTINATIONS_INVENTORY_TRANSACTION_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDestinations.InventoryTransactionLineDestinations, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDestinations.InventoryTransactionLineDestinations.INVENTORY_TRANSACTION_LINE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDestinations.InventoryTransactionLineDestinations.THRU_TIME }, true);
190    public static final UniqueKey<InventoryTransactionLineDestinations> INVENTORY_TRANSACTION_LINE_DESTINATIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDestinations.InventoryTransactionLineDestinations, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDestinations.InventoryTransactionLineDestinations.INVENTORY_TRANSACTION_LINE_DESTINATION }, true);
191    public static final UniqueKey<InventoryTransactionLineDetails> INVENTORY_TRANSACTION_LINE_DETAILS_INVENTORY_TRANSACTION_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.INVENTORY_TRANSACTION_LINE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.THRU_TIME }, true);
192    public static final UniqueKey<InventoryTransactionLineDetails> INVENTORY_TRANSACTION_LINE_DETAILS_INVENTORY_TRANSACTION_AND_INVENTORY_TRANSACTION_LINE_SEQUENCE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.INVENTORY_TRANSACTION, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.INVENTORY_TRANSACTION_LINE_SEQUENCE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.THRU_TIME }, true);
193    public static final UniqueKey<InventoryTransactionLineDetails> INVENTORY_TRANSACTION_LINE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineDetails.InventoryTransactionLineDetails.INVENTORY_TRANSACTION_LINE_DETAIL }, true);
194    public static final UniqueKey<InventoryTransactionLineRoles> INVENTORY_TRANSACTION_LINE_ROLES_INVENTORY_TRANSACTION_LINE_AND_INVENTORY_TRANSACTION_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles.INVENTORY_TRANSACTION_LINE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles.INVENTORY_TRANSACTION_ROLE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles.THRU_TIME }, true);
195    public static final UniqueKey<InventoryTransactionLineRoles> INVENTORY_TRANSACTION_LINE_ROLES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineRoles.InventoryTransactionLineRoles.INVENTORY_TRANSACTION_LINE_ROLE }, true);
196    public static final UniqueKey<InventoryTransactionLines> INVENTORY_TRANSACTION_LINES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines.ACTIVE_DETAIL }, true);
197    public static final UniqueKey<InventoryTransactionLines> INVENTORY_TRANSACTION_LINES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines.LAST_DETAIL }, true);
198    public static final UniqueKey<InventoryTransactionLines> INVENTORY_TRANSACTION_LINES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLines.InventoryTransactionLines.INVENTORY_TRANSACTION_LINE }, true);
199    public static final UniqueKey<InventoryTransactionLineSources> INVENTORY_TRANSACTION_LINE_SOURCES_INVENTORY_TRANSACTION_LINE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineSources.InventoryTransactionLineSources, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineSources.InventoryTransactionLineSources.INVENTORY_TRANSACTION_LINE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineSources.InventoryTransactionLineSources.THRU_TIME }, true);
200    public static final UniqueKey<InventoryTransactionLineSources> INVENTORY_TRANSACTION_LINE_SOURCES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineSources.InventoryTransactionLineSources, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineSources.InventoryTransactionLineSources.INVENTORY_TRANSACTION_LINE_SOURCE }, true);
201    public static final UniqueKey<InventoryTransactionLineStatuses> INVENTORY_TRANSACTION_LINE_STATUSES_INVENTORY_TRANSACTION_LINE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineStatuses.InventoryTransactionLineStatuses, DSL.name("inventorytransactionlineid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineStatuses.InventoryTransactionLineStatuses.INVENTORY_TRANSACTION_LINE }, true);
202    public static final UniqueKey<InventoryTransactionLineStatuses> INVENTORY_TRANSACTION_LINE_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineStatuses.InventoryTransactionLineStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineStatuses.InventoryTransactionLineStatuses.INVENTORY_TRANSACTION_LINE_STATUS }, true);
203    public static final UniqueKey<InventoryTransactionLineTimes> INVENTORY_TRANSACTION_LINE_TIMES_INVENTORY_TRANSACTION_LINE_AND_INVENTORY_TRANSACTION_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes.INVENTORY_TRANSACTION_LINE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes.INVENTORY_TRANSACTION_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes.THRU_TIME }, true);
204    public static final UniqueKey<InventoryTransactionLineTimes> INVENTORY_TRANSACTION_LINE_TIMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionLineTimes.InventoryTransactionLineTimes.INVENTORY_TRANSACTION_LINE_TIME }, true);
205    public static final UniqueKey<InventoryTransactionReasonDescriptions> INVENTORY_TRANSACTION_REASON_DESCRIPTIONS_INVENTORY_TRANSACTION_REASON_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions.INVENTORY_TRANSACTION_REASON, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions.THRU_TIME }, true);
206    public static final UniqueKey<InventoryTransactionReasonDescriptions> INVENTORY_TRANSACTION_REASON_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDescriptions.InventoryTransactionReasonDescriptions.INVENTORY_TRANSACTION_REASON_DESCRIPTION }, true);
207    public static final UniqueKey<InventoryTransactionReasonDetails> INVENTORY_TRANSACTION_REASON_DETAILS_INVENTORY_TRANSACTION_REASON_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.INVENTORY_TRANSACTION_REASON, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.THRU_TIME }, true);
208    public static final UniqueKey<InventoryTransactionReasonDetails> INVENTORY_TRANSACTION_REASON_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_INVENTORY_TRANSACTION_REASON_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.INVENTORY_TRANSACTION_REASON_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.THRU_TIME }, true);
209    public static final UniqueKey<InventoryTransactionReasonDetails> INVENTORY_TRANSACTION_REASON_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasonDetails.InventoryTransactionReasonDetails.INVENTORY_TRANSACTION_REASON_DETAIL }, true);
210    public static final UniqueKey<InventoryTransactionReasons> INVENTORY_TRANSACTION_REASONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons.ACTIVE_DETAIL }, true);
211    public static final UniqueKey<InventoryTransactionReasons> INVENTORY_TRANSACTION_REASONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons.LAST_DETAIL }, true);
212    public static final UniqueKey<InventoryTransactionReasons> INVENTORY_TRANSACTION_REASONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionReasons.InventoryTransactionReasons.INVENTORY_TRANSACTION_REASON }, true);
213    public static final UniqueKey<InventoryTransactionRoles> INVENTORY_TRANSACTION_ROLES_INVENTORY_TRANSACTION_AND_INVENTORY_TRANSACTION_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles.INVENTORY_TRANSACTION, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles.INVENTORY_TRANSACTION_ROLE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles.THRU_TIME }, true);
214    public static final UniqueKey<InventoryTransactionRoles> INVENTORY_TRANSACTION_ROLES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoles.InventoryTransactionRoles.INVENTORY_TRANSACTION_ROLE }, true);
215    public static final UniqueKey<InventoryTransactionRoleTypeDescriptions> INVENTORY_TRANSACTION_ROLE_TYPE_DESCRIPTIONS_INVENTORY_TRANSACTION_ROLE_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions.INVENTORY_TRANSACTION_ROLE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions.THRU_TIME }, true);
216    public static final UniqueKey<InventoryTransactionRoleTypeDescriptions> INVENTORY_TRANSACTION_ROLE_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDescriptions.InventoryTransactionRoleTypeDescriptions.INVENTORY_TRANSACTION_ROLE_TYPE_DESCRIPTION }, true);
217    public static final UniqueKey<InventoryTransactionRoleTypeDetails> INVENTORY_TRANSACTION_ROLE_TYPE_DETAILS_INVENTORY_TRANSACTION_ROLE_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.INVENTORY_TRANSACTION_ROLE_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.THRU_TIME }, true);
218    public static final UniqueKey<InventoryTransactionRoleTypeDetails> INVENTORY_TRANSACTION_ROLE_TYPE_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_INVENTORY_TRANSACTION_ROLE_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.INVENTORY_TRANSACTION_ROLE_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.THRU_TIME }, true);
219    public static final UniqueKey<InventoryTransactionRoleTypeDetails> INVENTORY_TRANSACTION_ROLE_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypeDetails.InventoryTransactionRoleTypeDetails.INVENTORY_TRANSACTION_ROLE_TYPE_DETAIL }, true);
220    public static final UniqueKey<InventoryTransactionRoleTypes> INVENTORY_TRANSACTION_ROLE_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes.ACTIVE_DETAIL }, true);
221    public static final UniqueKey<InventoryTransactionRoleTypes> INVENTORY_TRANSACTION_ROLE_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes.LAST_DETAIL }, true);
222    public static final UniqueKey<InventoryTransactionRoleTypes> INVENTORY_TRANSACTION_ROLE_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionRoleTypes.InventoryTransactionRoleTypes.INVENTORY_TRANSACTION_ROLE_TYPE }, true);
223    public static final UniqueKey<InventoryTransactions> INVENTORY_TRANSACTIONS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions.ACTIVE_DETAIL }, true);
224    public static final UniqueKey<InventoryTransactions> INVENTORY_TRANSACTIONS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions.LAST_DETAIL }, true);
225    public static final UniqueKey<InventoryTransactions> INVENTORY_TRANSACTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactions.InventoryTransactions.INVENTORY_TRANSACTION }, true);
226    public static final UniqueKey<InventoryTransactionStatuses> INVENTORY_TRANSACTION_STATUSES_INVENTORY_TRANSACTION_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionStatuses.InventoryTransactionStatuses, DSL.name("inventorytransactionid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionStatuses.InventoryTransactionStatuses.INVENTORY_TRANSACTION }, true);
227    public static final UniqueKey<InventoryTransactionStatuses> INVENTORY_TRANSACTION_STATUSES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionStatuses.InventoryTransactionStatuses, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionStatuses.InventoryTransactionStatuses.INVENTORY_TRANSACTION_STATUS }, true);
228    public static final UniqueKey<InventoryTransactionTimes> INVENTORY_TRANSACTION_TIMES_INVENTORY_TRANSACTION_AND_INVENTORY_TRANSACTION_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes.INVENTORY_TRANSACTION, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes.INVENTORY_TRANSACTION_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes.THRU_TIME }, true);
229    public static final UniqueKey<InventoryTransactionTimes> INVENTORY_TRANSACTION_TIMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimes.InventoryTransactionTimes.INVENTORY_TRANSACTION_TIME }, true);
230    public static final UniqueKey<InventoryTransactionTimeTypeDescriptions> INVENTORY_TRANSACTION_TIME_TYPE_DESCRIPTIONS_INVENTORY_TRANSACTION_TIME_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions.INVENTORY_TRANSACTION_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions.THRU_TIME }, true);
231    public static final UniqueKey<InventoryTransactionTimeTypeDescriptions> INVENTORY_TRANSACTION_TIME_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDescriptions.InventoryTransactionTimeTypeDescriptions.INVENTORY_TRANSACTION_TIME_TYPE_DESCRIPTION }, true);
232    public static final UniqueKey<InventoryTransactionTimeTypeDetails> INVENTORY_TRANSACTION_TIME_TYPE_DETAILS_INVENTORY_TRANSACTION_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.INVENTORY_TRANSACTION_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.THRU_TIME }, true);
233    public static final UniqueKey<InventoryTransactionTimeTypeDetails> INVENTORY_TRANSACTION_TIME_TYPE_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_INVENTORY_TRANSACTION_TIME_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.INVENTORY_TRANSACTION_TIME_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.THRU_TIME }, true);
234    public static final UniqueKey<InventoryTransactionTimeTypeDetails> INVENTORY_TRANSACTION_TIME_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypeDetails.InventoryTransactionTimeTypeDetails.INVENTORY_TRANSACTION_TIME_TYPE_DETAIL }, true);
235    public static final UniqueKey<InventoryTransactionTimeTypes> INVENTORY_TRANSACTION_TIME_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes.ACTIVE_DETAIL }, true);
236    public static final UniqueKey<InventoryTransactionTimeTypes> INVENTORY_TRANSACTION_TIME_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes.LAST_DETAIL }, true);
237    public static final UniqueKey<InventoryTransactionTimeTypes> INVENTORY_TRANSACTION_TIME_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTimeTypes.InventoryTransactionTimeTypes.INVENTORY_TRANSACTION_TIME_TYPE }, true);
238    public static final UniqueKey<InventoryTransactionTypeDescriptions> INVENTORY_TRANSACTION_TYPE_DESCRIPTIONS_INVENTORY_TRANSACTION_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions.THRU_TIME }, true);
239    public static final UniqueKey<InventoryTransactionTypeDescriptions> INVENTORY_TRANSACTION_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDescriptions.InventoryTransactionTypeDescriptions.INVENTORY_TRANSACTION_TYPE_DESCRIPTION }, true);
240    public static final UniqueKey<InventoryTransactionTypeDetails> INVENTORY_TRANSACTION_TYPE_DETAILS_INVENTORY_TRANSACTION_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails.INVENTORY_TRANSACTION_TYPE, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails.THRU_TIME }, true);
241    public static final UniqueKey<InventoryTransactionTypeDetails> INVENTORY_TRANSACTION_TYPE_DETAILS_INVENTORY_TRANSACTION_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails.INVENTORY_TRANSACTION_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails.THRU_TIME }, true);
242    public static final UniqueKey<InventoryTransactionTypeDetails> INVENTORY_TRANSACTION_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypeDetails.InventoryTransactionTypeDetails.INVENTORY_TRANSACTION_TYPE_DETAIL }, true);
243    public static final UniqueKey<InventoryTransactionTypes> INVENTORY_TRANSACTION_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes.ACTIVE_DETAIL }, true);
244    public static final UniqueKey<InventoryTransactionTypes> INVENTORY_TRANSACTION_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes.LAST_DETAIL }, true);
245    public static final UniqueKey<InventoryTransactionTypes> INVENTORY_TRANSACTION_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.InventoryTransactionTypes.InventoryTransactionTypes.INVENTORY_TRANSACTION_TYPE }, true);
246    public static final UniqueKey<LotAliases> LOT_ALIASES_LOT_ALIAS_TYPE_AND_THRU_TIME_AND_ALIAS_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases, DSL.name("index3_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases.LOT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases.THRU_TIME, com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases.ALIAS }, true);
247    public static final UniqueKey<LotAliases> LOT_ALIASES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliases.LotAliases.LOT_ALIAS }, true);
248    public static final UniqueKey<LotAliasTypeDescriptions> LOT_ALIAS_TYPE_DESCRIPTIONS_LOT_ALIAS_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions.LOT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions.THRU_TIME }, true);
249    public static final UniqueKey<LotAliasTypeDescriptions> LOT_ALIAS_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDescriptions.LotAliasTypeDescriptions.LOT_ALIAS_TYPE_DESCRIPTION }, true);
250    public static final UniqueKey<LotAliasTypeDetails> LOT_ALIAS_TYPE_DETAILS_LOT_ALIAS_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails.LOT_ALIAS_TYPE, com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails.THRU_TIME }, true);
251    public static final UniqueKey<LotAliasTypeDetails> LOT_ALIAS_TYPE_DETAILS_LOT_ALIAS_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails.LOT_ALIAS_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails.THRU_TIME }, true);
252    public static final UniqueKey<LotAliasTypeDetails> LOT_ALIAS_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypeDetails.LotAliasTypeDetails.LOT_ALIAS_TYPE_DETAIL }, true);
253    public static final UniqueKey<LotAliasTypes> LOT_ALIAS_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes.ACTIVE_DETAIL }, true);
254    public static final UniqueKey<LotAliasTypes> LOT_ALIAS_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes.LAST_DETAIL }, true);
255    public static final UniqueKey<LotAliasTypes> LOT_ALIAS_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotAliasTypes.LotAliasTypes.LOT_ALIAS_TYPE }, true);
256    public static final UniqueKey<LotDetails> LOT_DETAILS_LOT_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.LOT, com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.THRU_TIME }, true);
257    public static final UniqueKey<LotDetails> LOT_DETAILS_ITEM_AND_LOT_IDENTIFIER_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.ITEM, com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.LOT_IDENTIFIER, com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.THRU_TIME }, true);
258    public static final UniqueKey<LotDetails> LOT_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotDetails.LotDetails.LOT_DETAIL }, true);
259    public static final UniqueKey<Lots> LOTS_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.Lots.Lots, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.Lots.Lots.ACTIVE_DETAIL }, true);
260    public static final UniqueKey<Lots> LOTS_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.Lots.Lots, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.Lots.Lots.LAST_DETAIL }, true);
261    public static final UniqueKey<Lots> LOTS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.Lots.Lots, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.Lots.Lots.LOT }, true);
262    public static final UniqueKey<LotTimes> LOT_TIMES_LOT_AND_LOT_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes.LOT, com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes.LOT_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes.THRU_TIME }, true);
263    public static final UniqueKey<LotTimes> LOT_TIMES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimes.LotTimes.LOT_TIME }, true);
264    public static final UniqueKey<LotTimeTypeDescriptions> LOT_TIME_TYPE_DESCRIPTIONS_LOT_TIME_TYPE_AND_LANGUAGE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions.LOT_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions.LANGUAGE, com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions.THRU_TIME }, true);
265    public static final UniqueKey<LotTimeTypeDescriptions> LOT_TIME_TYPE_DESCRIPTIONS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDescriptions.LotTimeTypeDescriptions.LOT_TIME_TYPE_DESCRIPTION }, true);
266    public static final UniqueKey<LotTimeTypeDetails> LOT_TIME_TYPE_DETAILS_LOT_TIME_TYPE_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails.LOT_TIME_TYPE, com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails.THRU_TIME }, true);
267    public static final UniqueKey<LotTimeTypeDetails> LOT_TIME_TYPE_DETAILS_LOT_TIME_TYPE_NAME_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails.LOT_TIME_TYPE_NAME, com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails.THRU_TIME }, true);
268    public static final UniqueKey<LotTimeTypeDetails> LOT_TIME_TYPE_DETAILS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypeDetails.LotTimeTypeDetails.LOT_TIME_TYPE_DETAIL }, true);
269    public static final UniqueKey<LotTimeTypes> LOT_TIME_TYPES_ACTIVE_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes, DSL.name("activedetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes.ACTIVE_DETAIL }, true);
270    public static final UniqueKey<LotTimeTypes> LOT_TIME_TYPES_LAST_DETAIL_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes, DSL.name("lastdetailid_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes.LAST_DETAIL }, true);
271    public static final UniqueKey<LotTimeTypes> LOT_TIME_TYPES_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.LotTimeTypes.LotTimeTypes.LOT_TIME_TYPE }, true);
272    public static final UniqueKey<PartyBuckets> PARTY_BUCKETS_PARTY_AND_ITEM_AND_UNIT_OF_MEASURE_TYPE_AND_INVENTORY_CONDITION_AND_INVENTORY_BUCKET_TYPE_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.PARTY, com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.ITEM, com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.UNIT_OF_MEASURE_TYPE, com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.INVENTORY_BUCKET_TYPE }, true);
273    public static final UniqueKey<PartyBuckets> PARTY_BUCKETS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyBuckets.PartyBuckets.PARTY_BUCKET }, true);
274    public static final UniqueKey<PartyInventoryCostingMethods> PARTY_INVENTORY_COSTING_METHODS_PARTY_AND_INVENTORY_COSTING_METHOD_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.PARTY, com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.INVENTORY_COSTING_METHOD, com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.THRU_TIME }, true);
275    public static final UniqueKey<PartyInventoryCostingMethods> PARTY_INVENTORY_COSTING_METHODS_PARTY_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods, DSL.name("index2_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.PARTY, com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.THRU_TIME }, true);
276    public static final UniqueKey<PartyInventoryCostingMethods> PARTY_INVENTORY_COSTING_METHODS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyInventoryCostingMethods.PartyInventoryCostingMethods.PARTY_INVENTORY_COSTING_METHOD }, true);
277    public static final UniqueKey<PartyInventoryLevels> PARTY_INVENTORY_LEVELS_PARTY_AND_ITEM_AND_INVENTORY_CONDITION_AND_THRU_TIME_UK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels, DSL.name("index1_idx"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels.PARTY, com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels.ITEM, com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels.INVENTORY_CONDITION, com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels.THRU_TIME }, true);
278    public static final UniqueKey<PartyInventoryLevels> PARTY_INVENTORY_LEVELS_PK = Internal.createUniqueKey(com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels, DSL.name("PRIMARY"), new TableField[] { com.echothree.model.jooq.server.tables.inventory.PartyInventoryLevels.PartyInventoryLevels.PARTY_INVENTORY_LEVEL }, true);
279}