Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / redakcia / polloptdump
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
11 CREATE 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
23 INSERT INTO poll_options VALUES (1,1,'vsichni',2);
24 INSERT INTO poll_options VALUES (2,1,'jenom muzsky',3);
25 INSERT INTO poll_options VALUES (3,1,'jenom dadka',1);
26 INSERT INTO poll_options VALUES (4,1,'jenom ja',4);
27 INSERT INTO poll_options VALUES (5,1,'nikto',3);
28 INSERT INTO poll_options VALUES (6,2,'no trava',0);
29 INSERT INTO poll_options VALUES (7,2,'no extaze',0);
30 INSERT INTO poll_options VALUES (8,2,'no lsd',0);
31 INSERT INTO poll_options VALUES (9,2,'dmt, dmt, uletel mi deekel',0);
32 INSERT INTO poll_options VALUES (10,2,'pernicek nas kazdodenny',0);
33
This page took 0.236017 seconds and 4 git commands to generate.