model

package
v0.0.0-...-bf83fb3 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MIGRATION_STATUS_PENDING  = "pending"
	MIGRATION_STATUS_FAILED   = "failed"
	MIGRATION_STATUS_COMPLETE = "complete"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Migration

type Migration struct {
	ID        int
	Code      string
	Version   int
	Status    MigrationStatus
	SQL       string
	Err       string
	CreatedOn string
	UpdatedOn string
}

Migration

type MigrationStatus

type MigrationStatus string

Jump to

Keyboard shortcuts

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