Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flexydial
/
hdfc-beu-v2
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d165a182
authored
2018-11-29 19:06:06 +0530
by
G Manojkumar
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
table for sms
1 parent
d46ac961
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
0 deletions
custom/db/sms_log.sql
custom/db/sms_log.sql
0 → 100644
View file @
d165a18
-- phpMyAdmin SQL Dump
-- version 4.5.3.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 29, 2018 at 01:07 PM
-- Server version: 10.0.28-MariaDB
-- PHP Version: 5.6.29
SET
SQL_MODE
=
"NO_AUTO_VALUE_ON_ZERO"
;
SET
time_zone
=
"+00:00"
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */
;
/*!40101 SET NAMES utf8mb4 */
;
--
-- Database: `kstych_flexydial`
--
-- --------------------------------------------------------
--
-- Table structure for table `sms_log`
--
CREATE
TABLE
`sms_log`
(
`id`
int
(
11
)
NOT
NULL
,
`created_at`
timestamp
NOT
NULL
DEFAULT
CURRENT_TIMESTAMP
ON
UPDATE
CURRENT_TIMESTAMP
,
`server_ip`
varchar
(
20
)
NOT
NULL
,
`call_id`
int
(
11
)
NOT
NULL
,
`rm_name`
varchar
(
30
)
NOT
NULL
,
`subdispo`
varchar
(
30
)
NOT
NULL
,
`number`
varchar
(
25
)
NOT
NULL
,
`message`
varchar
(
5000
)
NOT
NULL
,
`response`
varchar
(
50
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
--
-- Indexes for dumped tables
--
--
-- Indexes for table `sms_log`
--
ALTER
TABLE
`sms_log`
ADD
PRIMARY
KEY
(
`id`
);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `sms_log`
--
ALTER
TABLE
`sms_log`
MODIFY
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment