CfgUpgradeInformation Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

CfgUpgradeInformation Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

CfgUpgradeInformation Table

Collapse All Expand All

iVend Database Database : CfgUpgradeInformation Table

Properties

Creation Date

10/8/2018 5:57 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

9

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

UpgradeKey

 

VarWChar

50

 

 

 

 

Version

 

VarWChar

50

dbimages_tick

 

 

 

VersionDescription

 

VarWChar

4000

dbimages_tick

 

 

 

AllowUpgrade

 

Boolean

1

dbimages_tick

((0))

 

 

Upgraded

 

Boolean

1

dbimages_tick

 

 

 

VersionDetails

 

VarWChar

1000

dbimages_tick

 

 

 

UpdateType

 

Integer

4

 

((2))

 

 

HasMCUpdate

 

Boolean

1

 

((0))

 

 

HasPOSUpdate

 

Boolean

1

 

((0))

 

 

HasDBUpdate

 

Boolean

1

 

((0))

 

 

HasAPIUpdate

 

Boolean

1

 

((0))

 

 

HasReplicationUpdate

 

Boolean

1

 

((0))

 

 

HasIntegrationUpdate

 

Boolean

1

 

((0))

 

 

HasAPIServiceUpdate

 

Boolean

1

 

((0))

 

 

HasUpgradeServiceUpdate

 

Boolean

1

 

((0))

 

 

HasConfigMgrUpdate

 

Boolean

1

 

((0))

 

 

IsTestUpdate

 

Boolean

1

 

((0))

 

 

DisplayOrder

 

Integer

4

dbimages_tick

 

 

 

HasOfflineUpdates

 

Boolean

1

dbimages_tick

 

 

 

HasOfflineUpdatesAllowed

 

Boolean

1

dbimages_tick

 

 

 

HasOfflineDownloadCompleted

 

Boolean

1

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK_CfgUpgradeInformation

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[CfgUpgradeInformation](

[UpgradeKey] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,

[Version] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[VersionDescription] [nvarchar](4000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[AllowUpgrade] [bit] NULL,

[Upgraded] [bit] NULL,

[VersionDetails] [nvarchar](1000) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[UpdateType] [int] NOT NULL,

[HasMCUpdate] [bit] NOT NULL,

[HasPOSUpdate] [bit] NOT NULL,

[HasDBUpdate] [bit] NOT NULL,

[HasAPIUpdate] [bit] NOT NULL,

[HasReplicationUpdate] [bit] NOT NULL,

[HasIntegrationUpdate] [bit] NOT NULL,

[HasAPIServiceUpdate] [bit] NOT NULL,

[HasUpgradeServiceUpdate] [bit] NOT NULL,

[HasConfigMgrUpdate] [bit] NOT NULL,

[IsTestUpdate] [bit] NOT NULL,

[DisplayOrder] [int] NULL,

[HasOfflineUpdates] [bit] NULL,

[HasOfflineUpdatesAllowed] [bit] NULL,

[HasOfflineDownloadCompleted] [bit] NULL,

CONSTRAINT [PK_CfgUpgradeInformation] PRIMARY KEY CLUSTERED

(

[UpgradeKey] ASC

)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]

) ON [PRIMARY]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_AllowUpgrade] DEFAULT ((0)) FOR [AllowUpgrade]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_UpdateType] DEFAULT ((2)) FOR [UpdateType]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasMCUpdate] DEFAULT ((0)) FOR [HasMCUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasPOSUpdate] DEFAULT ((0)) FOR [HasPOSUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasDBUpdate] DEFAULT ((0)) FOR [HasDBUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasAPIUpdate] DEFAULT ((0)) FOR [HasAPIUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasReplicationUpdate] DEFAULT ((0)) FOR [HasReplicationUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasIntegrationUpdate] DEFAULT ((0)) FOR [HasIntegrationUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasAPIServiceUpdate] DEFAULT ((0)) FOR [HasAPIServiceUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasUpgradeServiceUpdate] DEFAULT ((0)) FOR [HasUpgradeServiceUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_HasConfigMgrUpdate] DEFAULT ((0)) FOR [HasConfigMgrUpdate]

ALTER TABLE [dbo].[CfgUpgradeInformation] ADD CONSTRAINT [DF_CfgUpgradeInformation_IsTestUpdate] DEFAULT ((0)) FOR [IsTestUpdate]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.