-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb_schema.sql
653 lines (620 loc) · 20.2 KB
/
db_schema.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Aug 22, 2010 at 09:50 PM
-- Server version: 5.1.48
-- PHP Version: 5.2.4
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
/*!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 utf8 */;
--
-- Database: `erik_schedules`
--
-- --------------------------------------------------------
--
-- Table structure for table `class-hours`
--
CREATE TABLE IF NOT EXISTS `class-hours` (
`combo_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`class-teacher_1` smallint(5) unsigned NOT NULL,
`class-teacher_2` smallint(5) unsigned DEFAULT NULL,
PRIMARY KEY (`combo_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=120 ;
-- --------------------------------------------------------
--
-- Table structure for table `classes`
--
CREATE TABLE IF NOT EXISTS `classes` (
`class_id` smallint(5) unsigned NOT NULL,
`class_name` varchar(60) NOT NULL,
`department_id` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`class_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `classes`
--
INSERT INTO `classes` (`class_id`, `class_name`, `department_id`) VALUES
(1, 'Studio Art Experience 1', 1),
(2, 'Studio Art Experience 2', 1),
(3, 'Drawing 1', 1),
(4, 'Drawing 2', 1),
(5, 'Jewelry 1', 1),
(6, 'Jewelry 2', 1),
(7, 'Sculpture 1', 1),
(8, 'Sculpture 2', 1),
(9, 'Ceramics 1', 1),
(10, 'Ceramics 2', 1),
(11, 'Painting 1', 1),
(12, 'Painting 2', 1),
(17, 'Ceramics Contemporary Raku', 1),
(18, 'Animation Art', 1),
(19, 'Digital Art 1', 1),
(22, 'Digital Art 2 and Design', 1),
(24, 'Ceramics 3', 1),
(26, 'Drawing 3', 1),
(27, 'Painting 3', 1),
(30, 'Ceramics 4 Aesthetics in Clay', 1),
(31, 'AP Studio Art', 1),
(101, 'Computer Technology ', 2),
(1101, 'Computer Technology "Skinny"', 2),
(2101, 'Computer Technology "Skinny"', 2),
(3101, 'Computer Technology "Skinny"', 2),
(4101, 'Computer Technology "Skinny"', 2),
(103, 'Computer Technology Skills', 2),
(104, 'Spreadsheets & Databases', 2),
(105, 'WebDesign.com', 2),
(106, 'Desktop Publishing', 2),
(107, 'Advanced Desktop Publishing', 2),
(108, 'WebDesign2.com', 2),
(109, 'Personal Finance', 2),
(110, 'Finance & Investing', 2),
(111, 'Small Business Technology', 2),
(112, 'Business Introduction', 2),
(120, 'Accounting 1', 2),
(121, 'Accounting 2', 2),
(126, 'Personal & Business Law', 2),
(127, 'Careers 9/10', 2),
(128, 'Careers 11/12', 2),
(131, 'Marketing Strategies', 2),
(133, 'Entrepreneurship', 2),
(134, 'AP Microeconomics', 2),
(201, 'English 9', 3),
(202, 'English 9', 3),
(203, 'Enriched English 9', 3),
(204, 'Enriched English 9', 3),
(205, 'English 10', 3),
(206, 'English 10', 3),
(207, 'Enriched English 10', 3),
(208, 'Enriched English 10', 3),
(209, 'Advanced English 11 / Classics Literature', 3),
(210, 'Advanced English 11 / Classics Literature', 3),
(211, 'Advanced English 11 / Contemporary Literature', 3),
(212, 'Advanced English 11 / Contemporary Literature', 3),
(213, 'English 11 / Themes in Literature', 3),
(214, 'English 11 / Themes in Literature', 3),
(215, 'English 11 / Current Communications', 3),
(216, 'English 11 / Current Communications', 3),
(217, 'Advanced English 12 / Academic Composition & Literature', 3),
(218, 'Advanced English 12 / Academic Composition & Literature', 3),
(219, 'Advanced English 12 / Humanities', 3),
(220, 'Advanced English 12 / Humanities', 3),
(221, 'AP English 12 Literature & Composition', 3),
(222, 'AP English 12 Literature & Composition', 3),
(223, 'English 12 / Technology', 3),
(224, 'English 12 / Technology', 3),
(225, 'English 12 / Major British Writers', 3),
(226, 'English 12 / Major British Writers', 3),
(227, 'Acting & Theatre Arts', 3),
(228, 'Advanced Acting', 3),
(229, 'Creative Writing', 3),
(230, 'Intermediate Pre-College Composition', 3),
(231, 'Advanced Placement Language and Composition', 3),
(232, 'Reading Lab', 3),
(233, 'Writing Lab', 3),
(260, 'Journalism: Eyrie Newspaper', 3),
(2260, 'Journalism: Eyrie Newspaper', 3),
(3260, 'Journalism: Eyrie Newspaper', 3),
(4260, 'Journalism: Eyrie Newspaper', 3),
(264, 'Journalism: Yearbook', 3),
(2264, 'Journalism: Yearbook', 3),
(3264, 'Journalism: Yearbook', 3),
(4264, 'Journalism: Yearbook', 3),
(262, 'Introduction to Broadcast Journalism- Eagle Update', 3),
(263, 'Advanced Broadcast Journalism- Eagle Vision News', 3),
(2263, 'Advanced Broadcast Journalism- Eagle Vision News', 3),
(3263, 'Advanced Broadcast Journalism- Eagle Vision News', 3),
(4263, 'Advanced Broadcast Journalism- Eagle Vision News', 3),
(401, 'Creative Foods', 4),
(402, 'Gourmet & International Foods', 4),
(403, 'Introduction to Sewing and Fashion', 4),
(404, 'Advanced Sewing and Fashion', 4),
(405, 'The Art of Quilting', 4),
(406, 'Advanced Quilting', 4),
(407, 'Interior Design', 4),
(408, 'Child Psychology and Parenting', 4),
(409, 'Elementary Mentoring', 4),
(410, 'Independent Living', 4),
(411, 'Teen Issues', 4),
(412, 'Interpersonal Relations 1', 4),
(413, 'Interpersonal Relations 2', 4),
(414, 'Life Issues', 4),
(415, 'Peer Insights 1', 4),
(416, 'Peer Insights 2', 4),
(802, 'Health Issues', 5),
(803, 'Life Savers Health Elective', 5),
(603, 'Algebra 1', 6),
(604, 'Algebra 1', 6),
(611, 'Geometry', 6),
(612, 'Geometry', 6),
(615, 'Enriched Geometry', 6),
(616, 'Enriched Geometry', 6),
(617, 'Algebra 2', 6),
(618, 'Algebra 2', 6),
(619, 'Algebra 2 w/Statistics', 6),
(620, 'Algebra 2 w/Statistics', 6),
(621, 'Algebra 2 w/Statistics', 6),
(622, 'Algebra 2 w/Statistics', 6),
(623, 'Enriched Algebra 2', 6),
(624, 'Enriched Algebra 2', 6),
(646, 'Statistics', 6),
(647, 'Statistics', 6),
(627, 'Pre-Calculus', 6),
(628, 'Pre-Calculus', 6),
(629, 'Enriched Pre-Calculus', 6),
(630, 'Enriched Pre-Calculus', 6),
(631, 'AP Statistics', 6),
(632, 'AP Statistics', 6),
(633, 'Calculus', 6),
(634, 'Calculus', 6),
(635, 'AP AB Calculus', 6),
(636, 'AP AB Calculus', 6),
(637, 'AP BC Calculus', 6),
(638, 'AP BC Calculus', 6),
(648, 'Calculus 3 - Multivariable Calculus', 6),
(649, 'Calculus 3 - Multivariable Calculus', 6),
(641, 'Intro to Computer Science', 6),
(642, 'Computer Science: Java 1', 6),
(643, 'AP Computer Science: Java 2', 6),
(703, 'World Drumming', 7),
(704, 'History of Rock ''n'' Roll', 7),
(710, 'Music Theory', 7),
(1701, 'Eagle Marching Band', 7),
(1702, '9th Grade Band', 7),
(2702, '9th Grade Band', 7),
(3702, '9th Grade Band', 7),
(4702, '9th Grade Band', 7),
(705, 'Concert Band', 7),
(2707, 'Concert Band', 7),
(3707, 'Concert Band', 7),
(4707, 'Concert Band', 7),
(2708, 'Symphonic Band', 7),
(3708, 'Symphonic Band', 7),
(4708, 'Symphonic Band', 7),
(1709, 'Wind Ensemble', 7),
(2709, 'Wind Ensemble', 7),
(3709, 'Wind Ensemble', 7),
(4709, 'Wind Ensemble', 7),
(1719, 'Concert Orchestra', 7),
(2719, 'Concert Orchestra', 7),
(3719, 'Concert Orchestra', 7),
(4719, 'Concert Orchestra', 7),
(1720, 'Philharmonic Orchestra', 7),
(2720, 'Philharmonic Orchestra', 7),
(3720, 'Philharmonic Orchestra', 7),
(4720, 'Philharmonic Orchestra', 7),
(1721, 'Treble Choir', 7),
(2721, 'Treble Choir', 7),
(3721, 'Treble Choir', 7),
(4721, 'Treble Choir', 7),
(1722, 'Varsity Choir', 7),
(2722, 'Varsity Choir', 7),
(3722, 'Varsity Choir', 7),
(4722, 'Varsity Choir', 7),
(1723, 'Women''s Concert Choir Chorale', 7),
(2723, 'Women''s Concert Choir Chorale', 7),
(3723, 'Women''s Concert Choir Chorale', 7),
(4723, 'Women''s Concert Choir Chorale', 7),
(1727, 'Concert Choir', 7),
(2727, 'Concert Choir', 7),
(3727, 'Concert Choir', 7),
(4727, 'Concert Choir', 7),
(830, 'Intro to Weight Training & Personal Fitness', 8),
(831, 'Winter Individual Sports Activities', 8),
(832, 'Outdoor Individual Sports Activities', 8),
(833, 'Indoor Recreational Team Sports', 8),
(834, 'Outdoor Recreational Team Sports', 8),
(835, 'Outdoor Competitive Team Sports', 8),
(836, 'Indoor Competitive Team Sports', 8),
(837, 'Dance 1', 8),
(838, 'Advanced Dance PE', 8),
(839, 'Advanced Dance - Performance', 8),
(840, 'Field & Ice Recreation Level', 8),
(841, 'Field & Ice Competitive Level', 8),
(842, 'Body Shop 1', 8),
(843, 'American Red Cross Lifeguard', 8),
(844, 'Indoor Team Sports Plus', 8),
(845, 'Outdoor Team Sports Plus', 8),
(846, 'Backpacking & Outdoor Adventure', 8),
(848, 'Canoeing, Camping & Climbing', 8),
(850, 'Weight Training 1', 8),
(851, 'Weight Training 2', 8),
(852, 'Advanced Weight Training / BFS', 8),
(856, 'Body Shop 2', 8),
(857, 'Team Sports for Women', 8),
(858, 'Principles of Athletic Training', 8),
(901, 'Science 9', 9),
(902, 'Science 9', 9),
(903, 'Alternative Science 9', 9),
(904, 'Alternative Science 9', 9),
(905, 'Enriched Science 9', 9),
(906, 'Enriched Science 9', 9),
(907, 'Biology', 9),
(908, 'Biology', 9),
(909, 'Alternative Biology', 9),
(910, 'Alternative Biology', 9),
(911, 'Enriched Biology', 9),
(912, 'Enriched Biology', 9),
(913, 'Advanced Placement Biology', 9),
(914, 'Advanced Placement Biology', 9),
(915, 'Advanced Biology: Anatomy / Physiology', 9),
(916, 'Advanced Biology: Anatomy / Physiology', 9),
(917, 'Advanced Biology: Botany/Horticulture', 9),
(918, 'Advanced Biology: Botany/Horticulture', 9),
(919, 'Chemistry', 9),
(920, 'Chemistry', 9),
(921, 'Chemistry in the Community', 9),
(922, 'Chemistry in the Community', 9),
(923, 'Enriched Chemistry', 9),
(924, 'Enriched Chemistry', 9),
(925, 'Advanced Placement Chemistry', 9),
(926, 'Advanced Placement Chemistry', 9),
(927, 'Physics', 9),
(928, 'Physics', 9),
(929, 'Enriched Physics', 9),
(930, 'Enriched Physics', 9),
(931, 'Advanced Placement Physics', 9),
(932, 'Advanced Placement Physics', 9),
(934, 'Medical Careers Academy', 9),
(935, 'Medical Careers Academy', 9),
(936, 'Applied Science Around You', 9),
(937, 'Applied Science Around You', 9),
(947, 'American History / Geography 9', 10),
(948, 'American History / Geography 9', 10),
(949, 'Enriched American History / Geography 9', 10),
(950, 'Enriched American History / Geography 9', 10),
(951, 'American History / Geography 10', 10),
(952, 'American History / Geography 10', 10),
(953, 'Enriched Am History / Geography / English 10', 10),
(954, 'Enriched Am History / Geography / English 10', 10),
(1951, 'Advanced Placement U.S. History 10', 10),
(1952, 'Advanced Placement U.S. History 10', 10),
(956, 'Psychology', 10),
(957, 'Sociology 1', 10),
(958, 'Sociology 2', 10),
(960, 'World Civilization 1: Ancient to 1400 A.C.E.', 10),
(961, 'World Civilization 2: 1400 A.C.E. to Modern', 10),
(962, 'World Issues and Geography', 10),
(963, 'Advanced Placement Comparative Politics', 10),
(965, 'Advanced Placement European History', 10),
(966, 'Advanced Placement European History', 10),
(968, 'Senior Social Studies Seminar', 10),
(969, 'Senior Social Studies Seminar', 10),
(970, 'Advanced Placement Macroeconomics', 10),
(501, 'Research & Design', 11),
(502, 'Electronics 1', 11),
(503, 'Electronics 2', 11),
(504, 'Electronics 3', 11),
(505, 'Digital Electronics Engineering', 11),
(506, 'Digital Electronics Engineering', 11),
(507, 'Applied Technology 1', 11),
(508, 'Applied Technology 2', 11),
(509, 'Applied Technology 2', 11),
(510, 'Applied Technology 3', 11),
(511, 'Applied Technology 3', 11),
(513, 'Introduction to Engineering Design', 11),
(514, 'Introduction to Engineering Design', 11),
(515, 'Principles of Engineering', 11),
(516, 'Principles of Engineering', 11),
(518, 'Architectural Design', 11),
(520, 'Photography', 11),
(521, 'Photography 11-12', 11),
(522, 'Advanced Photography', 11),
(523, 'Digital Photography', 11),
(524, 'Consumer Automotive for Women', 11),
(526, 'Wood Crafting', 11),
(527, 'Advanced Wood Crafting', 11),
(678, 'Career Investigation', 12),
(1678, 'Career Investigation', 12),
(1684, 'Career Investigation', 12),
(680, 'Money Management', 12),
(1680, 'Money Management', 12),
(1686, 'Money Management', 12),
(682, 'Career Options', 12),
(1685, 'Career Options', 12),
(684, 'Money Sense', 12),
(683, 'Money Sense', 12),
(300, 'French 1', 13),
(303, 'French 2', 13),
(304, 'French 2', 13),
(305, 'French 3', 13),
(306, 'French 3', 13),
(307, 'French 4', 13),
(308, 'French 4', 13),
(309, 'French 5', 13),
(310, 'French 5', 13),
(311, 'French 6', 13),
(312, 'French 6', 13),
(301, 'German 1', 13),
(313, 'German 2', 13),
(314, 'German 2', 13),
(315, 'German 3', 13),
(316, 'German 3', 13),
(317, 'German 4', 13),
(318, 'German 4', 13),
(319, 'German 5', 13),
(320, 'German 5', 13),
(321, 'German 6', 13),
(322, 'German 6', 13),
(302, 'Spanish 1', 13),
(323, 'Spanish 2', 13),
(324, 'Spanish 2', 13),
(325, 'Spanish 3', 13),
(326, 'Spanish 3', 13),
(327, 'Spanish 4', 13),
(328, 'Spanish 4', 13),
(329, 'Spanish 5', 13),
(330, 'Spanish 5', 13),
(331, 'Spanish 6', 13),
(332, 'Spanish 6', 13),
(519, 'Arch & Civil Engineering B', 11);
-- --------------------------------------------------------
--
-- Table structure for table `classes-teachers`
--
CREATE TABLE IF NOT EXISTS `classes-teachers` (
`class-teacher_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`class_id` int(10) unsigned NOT NULL,
`teacher_id` int(10) unsigned NOT NULL,
PRIMARY KEY (`class-teacher_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=100 ;
-- --------------------------------------------------------
--
-- Table structure for table `departments`
--
CREATE TABLE IF NOT EXISTS `departments` (
`department_id` mediumint(9) NOT NULL AUTO_INCREMENT,
`department_name` varchar(20) NOT NULL,
PRIMARY KEY (`department_id`),
UNIQUE KEY `department_name` (`department_name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
--
-- Dumping data for table `departments`
--
INSERT INTO `departments` (`department_id`, `department_name`) VALUES
(1, 'art'),
(2, 'business'),
(3, 'english'),
(4, 'facs'),
(5, 'health'),
(6, 'math'),
(7, 'music'),
(8, 'physical education'),
(9, 'science'),
(10, 'social studies'),
(11, 'technology education'),
(12, 'work experience'),
(13, 'world language');
-- --------------------------------------------------------
--
-- Table structure for table `schedules`
--
CREATE TABLE IF NOT EXISTS `schedules` (
`schedule_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`user_id` int(10) unsigned NOT NULL,
`t1_h1` int(10) unsigned NOT NULL,
`t1_h2` int(10) unsigned NOT NULL,
`t1_h3` int(10) unsigned NOT NULL,
`t1_h4` int(10) unsigned NOT NULL,
`t2_h1` int(10) unsigned NOT NULL,
`t2_h2` int(10) unsigned NOT NULL,
`t2_h3` int(10) unsigned NOT NULL,
`t2_h4` int(10) unsigned NOT NULL,
`t3_h1` int(10) unsigned NOT NULL,
`t3_h2` int(10) unsigned NOT NULL,
`t3_h3` int(10) unsigned NOT NULL,
`t3_h4` int(10) unsigned NOT NULL,
`t4_h1` int(10) unsigned NOT NULL,
`t4_h2` int(10) unsigned NOT NULL,
`t4_h3` int(10) unsigned NOT NULL,
`t4_h4` int(10) unsigned NOT NULL,
PRIMARY KEY (`schedule_id`),
UNIQUE KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
-- --------------------------------------------------------
--
-- Table structure for table `teachers`
--
CREATE TABLE IF NOT EXISTS `teachers` (
`teacher_id` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
`first_name` varchar(20) NOT NULL,
`last_name` varchar(40) NOT NULL,
`department_id` tinyint(3) unsigned NOT NULL,
PRIMARY KEY (`teacher_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=153 ;
--
-- Dumping data for table `teachers`
--
INSERT INTO `teachers` (`teacher_id`, `first_name`, `last_name`, `department_id`) VALUES
(1, 'Melanie', 'Ebert', 1),
(2, 'Nancy', 'Gallas', 1),
(3, 'Margaret', 'Kumpula', 1),
(4, 'Natasha', 'Poppe', 1),
(5, 'Christopher', 'True', 1),
(6, 'Mark', 'Anderson', 2),
(7, 'Karen', 'Brettingen', 2),
(8, 'Jim', 'Eisenreich', 2),
(9, 'Laurie', 'Engel', 2),
(10, 'Lori', 'Ford', 2),
(11, 'Mark', 'Griffin', 2),
(12, 'Pat', 'Kittock', 2),
(13, 'Shelly', 'Meckley', 2),
(14, 'Nancy', 'Tichy', 2),
(15, 'Kristen', 'Bankers', 3),
(16, 'Patrick', 'Eidsmo', 3),
(17, 'Michelle', 'Evenson', 3),
(18, 'Kathryn', 'Fullmer', 3),
(19, 'Patty', 'Goertz', 3),
(20, 'Mike', 'Holm', 3),
(21, 'Marsha', 'O''Brien', 3),
(22, 'Mari', 'O''Meara', 3),
(23, 'Rolf', 'Olson', 3),
(24, 'Todd', 'Organ', 3),
(25, 'Duane', 'Perszyk', 3),
(26, 'Loretta', 'Peterson', 3),
(27, 'Linda', 'Sachs', 3),
(28, 'Rob', 'St.Clair', 3),
(29, 'Arletta', 'Smith', 3),
(30, 'Stephanie', 'Steen', 3),
(31, 'Mary', 'Strampe', 3),
(32, 'Kirsten', 'Strand-Young', 3),
(33, 'Linda', 'Wallenberg', 3),
(34, 'Tim', 'Welshons', 3),
(35, 'Pam', 'Willey', 3),
(36, 'Anne', 'Almli', 4),
(37, 'Wrenetta', 'Dietz', 4),
(38, 'Nancy', 'Gallman', 4),
(39, 'Jean', 'Gibbs', 4),
(40, 'Peg', 'Schufman', 4),
(41, 'Joan', 'Anderson', 5),
(42, 'Roxy', 'Myhre', 5),
(43, 'Sarah', 'Sipe', 5),
(44, 'Frank', 'Bausch', 6),
(45, 'Sue', 'Clark', 6),
(46, 'Alison', 'Cook', 6),
(47, 'Keith', 'Erickson', 6),
(48, 'Pete', 'Fogarty', 6),
(49, 'Allison', 'Grajkowske', 6),
(50, 'Rosetti', 'Green', 6),
(51, 'Chelle', 'Grunewald', 6),
(52, 'Windlan', 'Hall', 6),
(53, 'Beth', 'Holland', 6),
(54, 'Brenda', 'Johnson', 6),
(55, 'Bridget', 'Johnson', 6),
(56, 'Mark', 'Kingsbury', 6),
(57, 'Kevin', 'Koetke', 6),
(58, 'Amber', 'Lehman', 6),
(59, 'Kristin', 'Lippitt', 6),
(60, 'Kari', 'McSherry', 6),
(61, 'Katie', 'Milton', 6),
(62, 'Jeff', 'Parker', 6),
(63, 'Angie', 'Roesner', 6),
(64, 'Greg', 'Sarles', 6),
(65, 'Vince', 'Thomas', 6),
(66, 'Jennifer', 'Wagner', 6),
(67, 'Sarah', 'Youngberg', 6),
(68, 'Jill', 'Boyd', 7),
(69, 'Angelique', 'Gaudette', 7),
(70, 'Liz', 'Jackson-Kirchoff', 7),
(71, 'Julie', 'Kanthak', 7),
(72, 'Ellen', 'Meier', 7),
(73, 'Scott', 'Palmer', 7),
(74, 'Mike', 'Whipkey', 7),
(75, 'John', 'Becker', 8),
(76, 'Mike', 'Halloran', 8),
(77, 'Kris', 'Nelson', 8),
(78, 'Nancy', 'Pudas', 8),
(79, 'Jennifer', 'Reynolds', 8),
(80, 'Dale', 'Schneider', 8),
(81, 'Dan', 'Slinden', 8),
(82, 'Patti', 'Werning', 8),
(83, 'Doug', 'Boonstra', 9),
(84, 'Cherie', 'Bornhorst', 9),
(85, 'Anne', 'Ferch', 9),
(86, 'Karen', 'Foley', 9),
(87, 'Kristin', 'Gabel', 9),
(88, 'Brenda', 'Heck', 9),
(89, 'Bruce', 'Kivimaki', 9),
(90, 'Lauren', 'Kraemer', 9),
(91, 'Olena', 'Larionova', 9),
(92, 'Mike', 'Maas', 9),
(93, 'Nina', 'Northrup', 9),
(94, 'Gary', 'Parnes', 9),
(95, 'Jayson', 'Sandeen', 9),
(96, 'Carol', 'Snyder', 9),
(97, 'Linda', 'Soderlund', 9),
(98, 'Brian', 'Strand', 9),
(99, 'Jean', 'Tushie', 9),
(100, 'Kjersten', 'Welter', 9),
(101, 'James', 'Wilsford', 9),
(102, 'Paula', 'Woods', 9),
(103, 'Larry', 'Anderson', 10),
(104, 'Mark', 'Bray', 10),
(105, 'Steve', 'Brothers', 10),
(106, 'Maia', 'Caldwell', 10),
(107, 'Steve', 'Cwodzinski', 10),
(108, 'DeeDee', 'Deeken', 10),
(109, 'Sheila', 'Fitzgerald', 10),
(110, 'Rob', 'Gordon', 10),
(111, 'Adam', 'Hennen', 10),
(112, 'Dan', 'Hennen', 10),
(113, 'Craig', 'Hollenbeck', 10),
(114, 'Mary', 'Jodl', 10),
(115, 'Sarah', 'Jordan', 10),
(116, 'Tim', 'Moriarty', 10),
(117, 'Jon', 'Pogatchnik', 10),
(118, 'Bridget', 'Rosolanka', 10),
(119, 'Tamara', 'Sather', 10),
(120, 'Suzie', 'Sime', 10),
(121, 'Pam', 'Skaar-Meier', 10),
(122, 'Marty', 'Teigen', 10),
(123, 'Theresa', 'Thurnblad', 10),
(124, 'Josh', 'Wenzel', 10),
(125, 'Leigh', 'Hartert', 11),
(126, 'Tim', 'Kasprowicz', 11),
(127, 'Steve', 'Meyers', 11),
(128, 'Mike', 'Rock', 11),
(129, 'Peg', 'Hokeness', 12),
(130, 'Georgia', 'Silva', 12),
(131, 'Donna', 'Smestad', 12),
(132, 'Amber', 'Brouwer', 13),
(133, 'Andrea', 'Barbera', 13),
(134, 'Debra', 'Bjerke', 13),
(135, 'Kristin', 'Ceolin', 13),
(136, 'Mary', 'Demers-Wilhelm', 13),
(137, 'Lynn', 'Fiscus', 13),
(138, 'Anne', 'Gaston', 13),
(139, 'JoAnne', 'Gramith', 13),
(140, 'Tom', 'Halloran', 13),
(141, 'Laurie', 'Hennen', 13),
(142, 'Liz', 'Marty', 13),
(143, 'Dan', 'Murray', 13),
(144, 'Julie', 'Norgren', 13),
(145, 'Patti', 'Rude', 13),
(146, 'Jessica', 'Schaetzke', 13),
(147, 'Albert', 'Walla', 13),
(148, 'Kristin', 'Blumreich', 13),
(149, 'Brian', 'Sibley', 10),
(150, 'William', 'Jepson', 10),
(151, 'Kelsey', 'Snyder', 10),
(152, 'Kelsey', 'Snyder', 10);
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE IF NOT EXISTS `users` (
`user_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`email` varchar(40) NOT NULL,
`first_name` varchar(20) NOT NULL,
`last_name` varchar(40) NOT NULL,
`grade` tinyint(3) unsigned NOT NULL,
`pass` char(64) NOT NULL,
`fb_url` varchar(64) NOT NULL DEFAULT '',
`whole_schedule_perm` tinyint(1) NOT NULL,
`registration_date` datetime NOT NULL,
`ip_address` int(10) unsigned NOT NULL,
PRIMARY KEY (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;