migrate

package
v0.1.81 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PsqlObj

type PsqlObj struct {
	PrimaryKey  []string     `json:"primary_key"`
	PsqlColumns []PsqlSchema `json:"columns"`
}

type PsqlSchema

type PsqlSchema struct {
	ColumnName string `json:"column_name"`
	DataType   string `json:"data_type"`
}

Jump to

Keyboard shortcuts

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