- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for mutable_type (0.46 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
migrator/table_type.go
John Mai <******@****.***> 1683273507 +0800
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri May 05 07:58:27 GMT 2023 - 688 bytes - Click Count (0) -
migrator/migrator.go
m.RunWithValue(value, func(stmt *gorm.Statement) error { currentDatabase := m.DB.Migrator().CurrentDatabase() return m.DB.Raw("SELECT count(*) FROM information_schema.tables WHERE table_schema = ? AND table_name = ? AND table_type = ?", currentDatabase, stmt.Table, "BASE TABLE").Row().Scan(&count) }) return count > 0 } // RenameTable rename table from oldName to newName
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)