# MySQL dump 8.16
#
# Host: localhost    Database: sfdgDb
#--------------------------------------------------------
# Server version	3.23.43

#
# Table structure for table 'vote'
#

CREATE TABLE vote (
  id int(10) unsigned NOT NULL auto_increment,
  restaurant_id int(10) unsigned NOT NULL default '0',
  voter_id int(10) unsigned default NULL,
  voter_name varchar(40) default NULL,
  PRIMARY KEY  (id)
) TYPE=MyISAM;

#
# Dumping data for table 'vote'
#


