From d5094e896c266519f63cc0f18b090103463d74b7 Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Thu, 1 Apr 2004 16:19:50 +0000 Subject: [PATCH] Add the style table. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@104 48953598-375a-da11-a14b-00016c27c3ee --- Makefile.PL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.PL b/Makefile.PL index 16e81ab..4b88110 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -77,6 +77,12 @@ create table pub ( notes text ); +create table style ( + id int not null auto_increment primary key, + name varchar(60), + notes text +); + INSERT INTO beer (id, brewery, name, abv) VALUES (1, 1, "Organic Best Bitter", "4.1"); INSERT INTO brewery (id, name, url) VALUES -- 2.39.2