Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
KLUGLUG
Blood Service Portal
Commits
49a546fd
Commit
49a546fd
authored
Nov 08, 2019
by
Polavarapu Satya Durga Lalitha Rao Sarma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete blood.sql
parent
ad4e794f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
83 deletions
+0
-83
Database/blood.sql
Database/blood.sql
+0
-83
No files found.
Database/blood.sql
deleted
100644 → 0
View file @
ad4e794f
-- phpMyAdmin SQL Dump
-- version 4.6.6deb5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Oct 25, 2019 at 11:25 AM
-- Server version: 5.7.27-0ubuntu0.18.04.1
-- PHP Version: 7.2.19-0ubuntu0.18.04.2
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: `blood`
--
-- --------------------------------------------------------
--
-- Table structure for table `bloo`
--
CREATE
TABLE
`bloo`
(
`id`
int
(
11
)
NOT
NULL
,
`uname`
varchar
(
200
)
NOT
NULL
,
`blood`
varchar
(
20
)
NOT
NULL
,
`age`
int
(
100
)
NOT
NULL
,
`mobile`
varchar
(
100
)
NOT
NULL
,
`city`
varchar
(
100
)
NOT
NULL
,
`dd`
int
(
20
)
NOT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data for table `bloo`
--
INSERT
INTO
`bloo`
(
`id`
,
`uname`
,
`blood`
,
`age`
,
`mobile`
,
`city`
,
`dd`
)
VALUES
(
2
,
'surya'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
),
(
3
,
'rama chandra'
,
'B+'
,
21
,
'9293325828'
,
'vijayawada'
,
3
),
(
4
,
'Ajay'
,
'A+'
,
21
,
'9553917914'
,
'vijayawada'
,
3
),
(
5
,
'Lalith'
,
'B+'
,
20
,
'9542455936'
,
'Tadepalli'
,
0
),
(
6
,
'Saijagadeesh'
,
'AB+'
,
20
,
'8466049961'
,
'Guntur'
,
3
),
(
7
,
'dheeraj'
,
'AB+'
,
20
,
'7075953294'
,
'guntur'
,
0
),
(
9
,
'Mahesh Babu'
,
'O+'
,
21
,
'08919008867'
,
'Guntur'
,
18
),
(
10
,
'jasmine'
,
'O+'
,
25
,
'6302933566'
,
'vijayawada'
,
3
),
(
11
,
'Manasa'
,
'A+'
,
20
,
'7661024280'
,
'Mumbai'
,
2
),
(
12
,
'jethin '
,
'O+'
,
20
,
'7013954033'
,
'nizambad'
,
7
),
(
13
,
'Pavan'
,
'B+'
,
20
,
'6302856582'
,
'Vijayawada'
,
3
),
(
14
,
'Ajay Tripuramallu'
,
'B+'
,
21
,
'7731939677'
,
'Guntur'
,
3
),
(
15
,
'satya'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
),
(
16
,
'jvhvjvj'
,
'O-'
,
21
,
'4658645'
,
'wrvwrvr'
,
3
),
(
17
,
'jbbhjvghvhbj'
,
'O-'
,
21
,
'4974512'
,
'ghjnk'
,
3
),
(
18
,
'Rama Chandra'
,
'B+'
,
19
,
'9293325828'
,
'Tadepalli'
,
1
),
(
19
,
'venkat'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `bloo`
--
ALTER
TABLE
`bloo`
ADD
PRIMARY
KEY
(
`id`
);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `bloo`
--
ALTER
TABLE
`bloo`
MODIFY
`id`
int
(
11
)
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
20
;
/*!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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment