MCPcopy
hub / github.com/writefreely/writefreely / typeInt

Method typeInt

migrations/drivers.go:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (db *datastore) typeInt() string {
26 if db.driverName == driverSQLite {
27 return "INTEGER"
28 }
29 return "INT"
30}
31
32func (db *datastore) typeSmallInt() string {
33 if db.driverName == driverSQLite {

Callers 6

supportLettersFunction · 0.80
supportUserStatusFunction · 0.80
supportUserInvitesFunction · 0.80
supportPassResetFunction · 0.80
supportRemoteLikesFunction · 0.80
MigrateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected