Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shill (0.17 sec)

  1. tests/migrate_test.go

    			}
    		case "name_ignore_migration":
    			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 TestMigrateWithColumnComment(t *testing.T) {
    	type UserWithColumnComment struct {
    		gorm.Model
    		Name string `gorm:"size:111;comment:this is a 字段"`
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Mar 18 11:24:16 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top