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
6e02053d
Commit
6e02053d
authored
Nov 08, 2019
by
rama chandra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
2eb56114
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
Database/blood.sql
Database/blood.sql
+5
-7
No files found.
Database/blood.sql
View file @
6e02053d
...
...
@@ -3,7 +3,7 @@
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Nov 08, 2019 at 0
6:58
AM
-- Generation Time: Nov 08, 2019 at 0
8:23
AM
-- Server version: 10.1.37-MariaDB
-- PHP Version: 7.3.0
...
...
@@ -61,14 +61,14 @@ CREATE TABLE `bloo` (
`mobile`
varchar
(
100
)
NOT
NULL
,
`city`
varchar
(
100
)
NOT
NULL
,
`dd`
int
(
20
)
NOT
NULL
,
`l
ast_
donated`
date
DEFAULT
NULL
`ldonated`
date
DEFAULT
'2019-01-01'
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data for table `bloo`
--
INSERT
INTO
`bloo`
(
`id`
,
`uname`
,
`blood`
,
`age`
,
`mobile`
,
`city`
,
`dd`
,
`l
ast_
donated`
)
VALUES
INSERT
INTO
`bloo`
(
`id`
,
`uname`
,
`blood`
,
`age`
,
`mobile`
,
`city`
,
`dd`
,
`ldonated`
)
VALUES
(
2
,
'surya'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
,
NULL
),
(
4
,
'Ajay'
,
'A+'
,
21
,
'9553917914'
,
'vijayawada'
,
3
,
NULL
),
(
5
,
'Lalith'
,
'B+'
,
20
,
'9542455936'
,
'Tadepalli'
,
0
,
NULL
),
...
...
@@ -80,10 +80,8 @@ INSERT INTO `bloo` (`id`, `uname`, `blood`, `age`, `mobile`, `city`, `dd`, `last
(
12
,
'jethin '
,
'O+'
,
20
,
'7013954033'
,
'nizambad'
,
7
,
NULL
),
(
13
,
'Pavan'
,
'B+'
,
20
,
'6302856582'
,
'Vijayawada'
,
3
,
NULL
),
(
14
,
'Ajay Tripuramallu'
,
'B+'
,
21
,
'7731939677'
,
'Guntur'
,
3
,
NULL
),
(
15
,
'satya'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
,
NULL
),
(
21
,
'rama chandra'
,
'B+'
,
21
,
'9293325828'
,
'Vijayawada'
,
0
,
NULL
),
(
22
,
'rama chandra'
,
'B+'
,
21
,
'09293325828'
,
'Tadepalli'
,
0
,
NULL
),
(
23
,
''
,
''
,
0
,
''
,
''
,
0
,
NULL
);
(
15
,
'satya'
,
'O-'
,
21
,
'7382647997'
,
'vijayawada'
,
3
,
'2018-09-05'
),
(
22
,
'rama chandra'
,
'B+'
,
21
,
'09293325828'
,
'Tadepalli'
,
0
,
NULL
);
-- --------------------------------------------------------
...
...
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