Add missing comma in SQL CREATE TABLE statement.
This commit is contained in:
		
							parent
							
								
									cd16187efa
								
							
						
					
					
						commit
						3ed4440b24
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -42,7 +42,7 @@ DROP TABLE IF EXISTS `election_voters`; | |||
| CREATE TABLE `election_voters` ( | ||||
|    `id` int(11) NOT NULL auto_increment, | ||||
|    `election_id` int(11) NOT NULL default '0', | ||||
|    `email_address` varchar(500) NOT NULL default '' | ||||
|    `email_address` varchar(500) NOT NULL default '', | ||||
|    PRIMARY KEY  (`id`)); | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn