DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
DB StruktÅ«ra BBrokastu Humora Topa SavÄcÄ“jam
CREATE TABLE `ieraksti` ( `id` int(11) NOT NULL auto_increment, `temas_id` int(11) NOT NULL, `text` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `temas` ( `id` int(11) NOT NULL auto_increment, `date_added` datetime NOT NULL, `name` varchar(100) NOT NULL, `link` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;





