- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for GuessConstraintInterfaceAndTable (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 Dec 28 09:35:17 GMT 2025 - Last Modified: Sun Oct 26 12:31:09 GMT 2025 - 29.7K bytes - Click Count (0)