-
Notifications
You must be signed in to change notification settings - Fork 0
/
Users.sql
63 lines (56 loc) · 3.92 KB
/
Users.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
-- Server version: 5.5.55
-- PHP Version: 5.2.6-1+lenny16
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
-- --------------------------------------------------------
--
-- Table structure for table `Users`
--
CREATE TABLE IF NOT EXISTS `Users` (
`username` varchar(10) NOT NULL,
`password` varchar(40) NOT NULL,
`firstName` varchar(20) NOT NULL,
`lastName` varchar(20) NOT NULL,
`email` varchar(40) DEFAULT NULL,
`weight` int(11) NOT NULL,
`height` int(11) NOT NULL,
`age` int(11) NOT NULL,
`activity` int(11) NOT NULL,
`sex` varchar(1) NOT NULL,
`breastfeeding` int(11) NOT NULL,
PRIMARY KEY (`username`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `Users`
--
INSERT INTO `Users` (`username`, `password`, `firstName`, `lastName`, `email`, `weight`, `height`, `age`, `activity`, `sex`, `breastfeeding`) VALUES
('gsmith', 'f1c06bb400656f146da09feb13868adc', 'joe', 'smith', '[email protected]', 0, 0, 0, 0, '', 0),
('andy', 'f1c06bb400656f146da09feb13868adc', 'andy', 'dwyer', '[email protected]', 600, 80, 34, 0, '', 0),
('lk', 'f1c06bb400656f146da09feb13868adc', 'lk', 'lk', 'lk', 0, 0, 0, 0, '', 0),
('po', 'f1c06bb400656f146da09feb13868adc', 'po', 'po', 'po', 0, 0, 0, 0, '', 0),
('oi', 'f1c06bb400656f146da09feb13868adc', 'oi', 'oi', 'oi', 0, 0, 0, 0, '', 0),
('mikey', 'f1c06bb400656f146da09feb13868adc', 'mike', 'jones', '[email protected]', 0, 0, 0, 0, '', 0),
('tadams', 'f1c06bb400656f146da09feb13868adc', 'ty', 'adams', '[email protected]', 0, 0, 0, 0, '', 0),
('iop', '7f91e8a4b648b0125b15dc5a3b6466f9f4906d92', 'test', 'test', 'iop', 0, 0, 0, 0, '', 0),
('mars', '76d80224611fc919a5d54f0ff9fba446', 'harold', 'mars', '[email protected]', 700, 98, 78, 0, '', 0),
('bmay', '76d80224611fc919a5d54f0ff9fba446', 'billy', 'may', '[email protected]', 700, 90, 90, 0, '0', 0),
('mgiov', '76d80224611fc919a5d54f0ff9fba446', 'Michael', 'Giov', '[email protected]', 400, 80, 32, 0, '0', 0),
('test', '76d80224611fc919a5d54f0ff9fba446', 'test', 'test', '[email protected]', 9999, 80, 80, 0, '0', 0),
('harris', '76d80224611fc919a5d54f0ff9fba446', 'harris', 'ford', '[email protected]', 400, 72, 70, 0, '0', 0),
('alfred', '76d80224611fc919a5d54f0ff9fba446', 'alfred', 'hitch', '[email protected]', 180, 79, 34, 0, '1', 1),
('james', '76d80224611fc919a5d54f0ff9fba446', 'james', 'jones', '[email protected]', 130, 0, 45, 0, '0', 0),
('mjoney', '006d2143154327a64d86a264aea225f3', 'mike', 'joney', '[email protected]', 0, 0, 0, 0, '', 0),
('testing', '098f6bcd4621d373cade4e832627b4f6', 'test', 'test', '[email protected]', 0, 0, 0, 0, '', 0),
('jones', 'f1c06bb400656f146da09feb13868adc', 'james', 'jones', '[email protected]', 12, 12, 12, 0, '', 0),
('albert', 'f1c06bb400656f146da09feb13868adc', 'albert', 'hitch', '[email protected]', 900, 89, 50, 0, '', 0),
('henry', 'f1c06bb400656f146da09feb13868adc', 'henry', 'caville', '[email protected]', 0, 0, 0, 0, '', 0),
('testphil', '827ccb0eea8a706c4c34a16891f84e7b', 'test456', 'last456', '[email protected]', 0, 0, 0, 0, '', 0),
('testjohn', 'e7d018df684573ebd594af1dde874254', 'John', 'Smith', '[email protected]', 0, 0, 0, 0, '', 0),
('harry', 'f1c06bb400656f146da09feb13868adc', 'henry', 'adams', '[email protected]', 900, 78, 34, 0, '', 0),
('testjoe', 'cc03e747a6afbbcbf8be7668acfebee5', 'test joe', 'joe', '[email protected]', 180, 72, 30, 0, '', 0),
('smith', '098f6bcd4621d373cade4e832627b4f6', 'testbarb', 'barb', '[email protected]', 140, 60, 45, 0, '', 0),
('tested', '098f6bcd4621d373cade4e832627b4f6', 'ed', 'test', '[email protected]', 140, 60, 45, 0, '', 0),
('testsue', '098f6bcd4621d373cade4e832627b4f6', 'sue', 'smith', '[email protected]', 140, 70, 35, 0, '', 0),
('qwe', '76d80224611fc919a5d54f0ff9fba446', 'qwe', 'qwe', '[email protected]', 12, 12, 12, 0, '', 0),
('testbob', '098f6bcd4621d373cade4e832627b4f6', 'bob', 'test', '[email protected]', 180, 72, 40, 0, '', 0),
('testbeth', '098f6bcd4621d373cade4e832627b4f6', 'beth', 'smith', '[email protected]', 125, 60, 28, 0, '', 0),
('mnpo', 'f1c06bb400656f146da09feb13868adc', 'mn', 'mn', '[email protected]', 0, 0, 0, 0, '', 0);