Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / redakcia / polldump
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 'polls'
9#
10
11CREATE TABLE polls (
12 id_poll int(11) NOT NULL auto_increment,
13 time timestamp(14) NOT NULL,
14 question varchar(255) default NULL,
15 responses int(11) default NULL,
16 active set('yes','no') default 'no',
17 id_rubrika int(11) default NULL,
18 PRIMARY KEY (id_poll)
19) TYPE=MyISAM;
20
21#
22# Dumping data for table 'polls'
23#
This page took 0.10256 seconds and 4 git commands to generate.