Documentation ¶ Index ¶ func Migrate(tx *gorm.DB) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Migrate ¶ func Migrate(tx *gorm.DB) error Migrate changes the confirmations column to be nullable and default to null. Must be done in a roundabout way because SQLite does not support altering a column's default or nullability. Types ¶ This section is empty. Source Files ¶ View all Source files migrate.go Click to show internal directories. Click to hide internal directories.