Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / redakcia / polloptdump
CommitLineData
bc13d5d6
H
1# MySQL dump 8.16
2#
3# Host: localhost Database: activa
4#--------------------------------------------------------
5# Server version 3.23.44-log
6
7#
8# Table structure for table 'poll_options'
9#
10
11CREATE TABLE poll_options (
12 id_option int(11) NOT NULL auto_increment,
13 id_poll int(11) default NULL,
14 text varchar(255) default NULL,
15 number int(11) default NULL,
16 PRIMARY KEY (id_option)
17) TYPE=MyISAM;
18
19#
20# Dumping data for table 'poll_options'
21#
22
23INSERT INTO poll_options VALUES (1,1,'vsichni',2);
24INSERT INTO poll_options VALUES (2,1,'jenom muzsky',3);
25INSERT INTO poll_options VALUES (3,1,'jenom dadka',1);
26INSERT INTO poll_options VALUES (4,1,'jenom ja',4);
27INSERT INTO poll_options VALUES (5,1,'nikto',3);
28INSERT INTO poll_options VALUES (6,2,'no trava',0);
29INSERT INTO poll_options VALUES (7,2,'no extaze',0);
30INSERT INTO poll_options VALUES (8,2,'no lsd',0);
31INSERT INTO poll_options VALUES (9,2,'dmt, dmt, uletel mi deekel',0);
32INSERT INTO poll_options VALUES (10,2,'pernicek nas kazdodenny',0);
33
This page took 0.115027 seconds and 4 git commands to generate.