|
<< Click to Display Table of Contents >> Navigation: iVend Database Database > Tables > MsgSMSReply Table |
Navigation: iVend Database Database > Tables >
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 |
|
Published for Replication |
|
Rows |
0 |
Data Space Used |
0.00 KB |
Index Space Used |
0.00 KB |
Columns
|
Column Name |
Description |
Datatype |
Length |
Allow Nulls |
Default |
Formula |
|
SMSReplyKey |
System generated Primary key of the table. |
VarWChar |
50 |
|
|
|
|
FromMobilePhone |
Stores the Mobile no of where SMS sent. |
VarWChar |
50 |
|
|
|
|
MessageId |
System generated Message Id. |
VarWChar |
100 |
|
|
|
|
Message |
Stores the SMS message. |
VarWChar |
300 |
|
|
|
|
OriginalMessage |
Stores orignal message in SMS reply. |
VarWChar |
200 |
|
|
|
|
OriginalMessageId |
Stores orignal message Id of SMS reply. |
VarWChar |
100 |
|
|
|
|
OriginalSenderMobilePhone |
Stores orignal sender Mobile no. |
VarChar |
50 |
|
|
|
|
CustomString |
Stores the option received in SMS reply. |
VarWChar |
100 |
|
|
|
|
Status |
Store send SMS Status. |
Integer |
4 |
|
|
|
|
ErrorMessage |
Stores the error meesgae in SMS sending. |
VarWChar |
200 |
|
|
|
|
Created |
Date of creation of this record |
DBTimeStamp |
4 |
|
|
|
|
Modified |
Date of last modification of this record |
DBTimeStamp |
4 |
|
|
|
Indexes
Index |
Description |
Primary |
Unique |
|
|
|
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
© 2019 All Rights Reserved.
Send comments on this topic.