-- -- Tabel structuur voor tabel `[wietplantage]` -- CREATE TABLE `[wietplantage]` ( `id` tinyint(1) NOT NULL auto_increment, `eigenaar` varchar(40) NOT NULL default '', `planten` int(6) NOT NULL default '0', `begonnen` datetime NOT NULL default '0000-00-00 00:00:00', `voedtijd` datetime NOT NULL default '0000-00-00 00:00:00', `procent` int(3) NOT NULL default '0', `voedingkeer` tinyint(1) NOT NULL default '0', KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COMMENT='2' AUTO_INCREMENT=10 ;