RtlManagementConsole Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

RtlManagementConsole Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

RtlManagementConsole Table

Collapse All Expand All

iVend Database Database : RtlManagementConsole Table

Description

Stores the registered management console information

Properties

Creation Date

4/13/2015 12:00 PM

File Group

PRIMARY

Text File Group

 

System Object

dbimages_boolean-false

Published for Replication

dbimages_boolean-false

Rows

3

Data Space Used

8.00 KB

Index Space Used

8.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

InformationKey

Value is the system generated Primary Key of the table.

VarWChar

50

 

 

 

 

SiteId

Site id for which this information is applied to. Prefix have to be unique for each site for each Source type

VarWChar

50

dbimages_tick

 

 

 

MachineId

Machine ID where the Management Console is registered

VarWChar

200

dbimages_tick

 

 

 

HardwareId

Value is the Hardware Id of the machine to which this Management Consoole is attached. Management Console can be attached and run at a single machine only

VarWChar

200

dbimages_tick

 

 

 

IsActive

Value is true if the Registered Management Console is Active

Boolean

1

dbimages_tick

((1))

 

 

RegistrationDate

Specifies the Date on which the Management Console is Registered

DBTimeStamp

4

dbimages_tick

 

 

 

CurrentVersion

Refers to the Current Version of the Management console at Store with the Hardware id

VarWChar

50

dbimages_tick

 

 

 

IsAddOnUpdated

Value is True if the AddOn has been updated

Boolean

1

dbimages_tick

((0))

 

 

Id

Value is the ID of the Management Console

VarWChar

100

dbimages_tick

 

 

 

Description

Value is the description of the Management Console

VarWChar

100

dbimages_tick

 

 

 

HasLicense

Value is true if the User is assigned a license

Boolean

1

 

((0))

 

 

PatchVersion

Stores updated patch version on management console.

Numeric

9 (20,5)

 

((0))

 

Indexes

Index

Description

Primary

Unique

PK_RtlManagementConsoleInfo

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[RtlManagementConsole](

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

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

[MachineId] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[HardwareId] [nvarchar](200) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[IsActive] [bit] NULL,

[RegistrationDate] [datetime] NULL,

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

[IsAddOnUpdated] [bit] NULL,

[Id] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[Description] [nvarchar](100) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

[HasLicense] [bit] NOT NULL,

[PatchVersion] [decimal](20, 5) NOT NULL,

CONSTRAINT [PK_RtlManagementConsoleInfo] PRIMARY KEY CLUSTERED

(

[InformationKey] 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].[RtlManagementConsole] ADD CONSTRAINT [DF_RtlManagementConsoleInfo_IsActive] DEFAULT ((1)) FOR [IsActive]

ALTER TABLE [dbo].[RtlManagementConsole] ADD CONSTRAINT [DF_RtlManagementConsole_IsAddOnUpdated] DEFAULT ((0)) FOR [IsAddOnUpdated]

ALTER TABLE [dbo].[RtlManagementConsole] ADD CONSTRAINT [DF_RtlManagementConsole_HasLicense] DEFAULT ((0)) FOR [HasLicense]

ALTER TABLE [dbo].[RtlManagementConsole] ADD CONSTRAINT [DF__RtlManage__Patch__46E85563] DEFAULT ((0)) FOR [PatchVersion]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.