- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GuessConstraintInterfaceAndTable (0.14 seconds)
-
migrator/migrator.go
} // GuessConstraintAndTable guess statement's constraint and it's table based on name // // Deprecated: use GuessConstraintInterfaceAndTable instead. func (m Migrator) GuessConstraintAndTable(stmt *gorm.Statement, name string) (*schema.Constraint, *schema.CheckConstraint, string) { constraint, table := m.GuessConstraintInterfaceAndTable(stmt, name) switch c := constraint.(type) { case *schema.Constraint: return c, nil, table
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 29.8K bytes - Click Count (0)