TestTypes

package
v4.7.9 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Code generated by gom at 2025-01-06 17:53:08. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestTypes

type TestTypes struct {
	Id           int        `gom:"id,@,notnull"`
	IntCol       *int       `gom:"int_col"`
	BigintCol    *int64     `gom:"bigint_col"`
	TextCol      *string    `gom:"text_col"`
	VarcharCol   *string    `gom:"varchar_col"`
	BoolCol      *bool      `gom:"bool_col"`
	FloatCol     *string    `gom:"float_col"`
	DoubleCol    *float64   `gom:"double_col"`
	DecimalCol   *string    `gom:"decimal_col"`
	DateCol      *time.Time `gom:"date_col"`
	TimestampCol *time.Time `gom:"timestamp_col"`
	JsonCol      *string    `gom:"json_col"`
	JsonbCol     *string    `gom:"jsonb_col"`
	UuidCol      *string    `gom:"uuid_col"`
	ArrayCol     *int       `gom:"array_col"`
}

TestTypes

func (*TestTypes) TableName

func (m *TestTypes) TableName() string

TableName returns the table name

Jump to

Keyboard shortcuts

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