Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
3f90871e7fc92aa1d6bf9a1115a81e11636bbd1a
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
-- phpMyAdmin SQL Dump
-- version 3.5.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 25, 2013 at 08:09 AM
-- Server version: 5.5.24
-- PHP Version: 5.4.11

SET FOREIGN_KEY_CHECKS=0;
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 utf8 */;

--
-- Database: `mig_db`
--

-- --------------------------------------------------------

--
-- Table structure for table `vehicle_year`
--

DROP TABLE IF EXISTS `vehicle_year`;
CREATE TABLE IF NOT EXISTS `vehicle_year` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(4) COLLATE utf8_unicode_ci NOT NULL,
  `archived` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `UNIQ_C91F406B5E237E06` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=45 ;

--
-- Dumping data for table `vehicle_year`
--

INSERT INTO `vehicle_year` (`id`, `name`, `archived`) VALUES
(1, '1970', 0),
(2, '1971', 0),
(3, '1972', 0),
(4, '1973', 0),
(5, '1974', 0),
(6, '1975', 0),
(7, '1976', 0),
(8, '1977', 0),
(9, '1978', 0),
(10, '1979', 0),
(11, '1980', 0),
(12, '1981', 0),
(13, '1982', 0),
(14, '1983', 0),
(15, '1984', 0),
(16, '1985', 0),
(17, '1986', 0),
(18, '1987', 0),
(19, '1988', 0),
(20, '1989', 0),
(21, '1990', 0),
(22, '1991', 0),
(23, '1992', 0),
(24, '1993', 0),
(25, '1994', 0),
(26, '1995', 0),
(27, '1996', 0),
(28, '1997', 0),
(29, '1998', 0),
(30, '1999', 0),
(31, '2000', 0),
(32, '2001', 0),
(33, '2002', 0),
(34, '2003', 0),
(35, '2004', 0),
(36, '2005', 0),
(37, '2006', 0),
(38, '2007', 0),
(39, '2008', 0),
(40, '2009', 0),
(41, '2010', 0),
(42, '2011', 0),
(43, '2012', 0),
(44, '2013', 0);
SET FOREIGN_KEY_CHECKS=1;

/*!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 */;

Commits for namibia/data/old_b4c stuff/vehicle_year.sql

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit