MCPcopy
hub / github.com/writefreely/writefreely / typeDateTime

Method typeDateTime

migrations/drivers.go:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (db *datastore) typeDateTime() string {
79 return "DATETIME"
80}
81
82func (db *datastore) typeIntPrimaryKey() string {
83 if db.driverName == driverSQLite {

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected