MsgSMSReply Table

<< Click to Display Table of Contents >>

Navigation:  iVend Database Database > Tables >

MsgSMSReply Table

Navigation: iVend Database Database > Tables >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

iVend 6.6 Database Help

MsgSMSReply Table

Collapse All Expand All

iVend Database Database : MsgSMSReply Table

Description

Hold the details for the SMS

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

0

Data Space Used

0.00 KB

Index Space Used

0.00 KB

Columns

 

Column Name

Description

Datatype

Length

Allow Nulls

Default

Formula

Primary Key

SMSReplyKey

System generated Primary key of the table.

VarWChar

50

 

 

 

 

FromMobilePhone

Stores the Mobile no of where SMS sent.

VarWChar

50

dbimages_tick

 

 

 

MessageId

System generated Message Id.

VarWChar

100

dbimages_tick

 

 

 

Message

Stores the SMS message.

VarWChar

300

dbimages_tick

 

 

 

OriginalMessage

Stores orignal message in SMS reply.

VarWChar

200

dbimages_tick

 

 

 

OriginalMessageId

Stores orignal message Id of SMS reply.

VarWChar

100

dbimages_tick

 

 

 

OriginalSenderMobilePhone

Stores orignal sender Mobile no.

VarChar

50

dbimages_tick

 

 

 

CustomString

Stores the option received in SMS reply.

VarWChar

100

dbimages_tick

 

 

 

Status

Store send SMS Status.

Integer

4

dbimages_tick

 

 

 

ErrorMessage

Stores the error meesgae in SMS sending.

VarWChar

200

dbimages_tick

 

 

 

Created

Date of creation of this record

DBTimeStamp

4

dbimages_tick

 

 

 

Modified

Date of last modification of this record

DBTimeStamp

4

dbimages_tick

 

 

Indexes

Index

Description

Primary

Unique

PK__MsgSMSReply__5713D034

 

dbimages_tick

dbimages_tick

SQL

SET ANSI_NULLS ON

SET QUOTED_IDENTIFIER ON

CREATE TABLE [dbo].[MsgSMSReply](

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

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

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

[Message] [nvarchar](300) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

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

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

[OriginalSenderMobilePhone] [varchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL,

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

[Status] [int] NULL,

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

[Created] [datetime] NULL,

[Modified] [datetime] NULL,

CONSTRAINT [PK__MsgSMSReply__5713D034] PRIMARY KEY CLUSTERED

(

[SMSReplyKey] ASC

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

) ON [PRIMARY]

See Also

Related Objects

iVend Database Database

 

 


© 2019 All Rights Reserved.

Send comments on this topic.