add support for Extra ComlumnSpec
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				checks / checks (push) Successful in 4m34s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	checks / checks (push) Successful in 4m34s
				
			This commit is contained in:
		| @@ -62,7 +62,7 @@ impl Column { | ||||
|             ColumnSpec::UniqueKey => Some("unique key".to_owned()), | ||||
|             ColumnSpec::Check(_) => unimplemented!(), | ||||
|             ColumnSpec::Generated { .. } => unimplemented!(), | ||||
|             ColumnSpec::Extra(_) => unimplemented!(), | ||||
|             ColumnSpec::Extra(e) => Some(e.to_string()), | ||||
|             ColumnSpec::Comment(_) => unimplemented!(), | ||||
|             ColumnSpec::Using(_) => unimplemented!(), | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user