Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for type2Bytes (0.04 seconds)

  1. tests/migrate_test.go

    	if DB.Dialector.Name() != "sqlite" {
    		t.Skip()
    	}
    
    	type BytesDefaultModel struct {
    		ID   int    `gorm:"primaryKey"`
    		Data []byte `gorm:"type:bytes;default:hello"`
    	}
    
    	tableName := "bytes_default_models"
    	DB.Migrator().DropTable(tableName)
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Mar 21 11:49:01 GMT 2026
    - 66.3K bytes
    - Click Count (0)
Back to Top