Add table options
This commit is contained in:
		
							parent
							
								
									56bdded0f8
								
							
						
					
					
						commit
						1fdc66710e
					
				| @ -203,6 +203,11 @@ func (m Migrator) CreateTable(values ...interface{}) error { | ||||
| 			createTableSQL = strings.TrimSuffix(createTableSQL, ",") | ||||
| 
 | ||||
| 			createTableSQL += ")" | ||||
| 
 | ||||
| 			if tableOption, ok := m.DB.Get("gorm:table_options"); ok { | ||||
| 				createTableSQL += fmt.Sprint(tableOption) | ||||
| 			} | ||||
| 
 | ||||
| 			return tx.Exec(createTableSQL, values...).Error | ||||
| 		}); err != nil { | ||||
| 			return err | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jinzhu
						Jinzhu