v4

package
v0.0.0-...-fdde37d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UpdateClaimDataPositionColumnTable = gormigrate.Migration{
	ID: "v4",
	Migrate: func(tx *gorm.DB) error {
		type GameClaimData struct {
			migration.Base
			Position string `json:"position" gorm:"type:varchar(128);notnull"`
		}
		return tx.AutoMigrate(&GameClaimData{})
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL