Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / redakcia / polldump
diff --git a/redakcia/polldump b/redakcia/polldump
new file mode 100644 (file)
index 0000000..64e5149
--- /dev/null
@@ -0,0 +1,23 @@
+# MySQL dump 8.16
+#
+# Host: localhost    Database: activa
+#--------------------------------------------------------
+# Server version       3.23.44-log
+
+#
+# Table structure for table 'polls'
+#
+
+CREATE TABLE polls (
+  id_poll int(11) NOT NULL auto_increment,
+  time timestamp(14) NOT NULL,
+  question varchar(255) default NULL,
+  responses int(11) default NULL,
+  active set('yes','no') default 'no',
+  id_rubrika int(11) default NULL,
+  PRIMARY KEY  (id_poll)
+) TYPE=MyISAM;
+
+#
+# Dumping data for table 'polls'
+#
This page took 0.095705 seconds and 4 git commands to generate.