Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSmartMigrateColumnGaussDB (0.38 sec)

  1. tests/migrate_test.go

    			if length, _ := columnType.Length(); (fullSupported || length != 0) && length != 100 {
    				t.Fatalf("name_ignore_migration's length should still be 100 but got %v", length)
    			}
    		}
    	}
    }
    
    func TestSmartMigrateColumnGaussDB(t *testing.T) {
    	fullSupported := map[string]bool{"mysql": true, "gaussdb": true}[DB.Dialector.Name()]
    
    	type UserMigrateColumn struct {
    		ID       uint
    		Name     string
    		Salary   float64
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Wed Aug 20 04:51:17 UTC 2025
    - 65.2K bytes
    - Viewed (0)
Back to top