mZzz

package
v1.4105.455 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TableZzz    Tt.TableName = `zzz`
	Id                       = `id`
	CreatedAt                = `createdAt`
	Coords                   = `coords`
	Name                     = `name`
	HeightMeter              = `heightMeter`
)

Variables

View Source
var TarantoolTables = map[Tt.TableName]*Tt.TableProp{

	TableZzz: {
		Fields: []Tt.Field{
			{Id, Tt.Unsigned},
			{CreatedAt, Tt.Integer},
			{Coords, Tt.Array},
			{Name, Tt.String},
			{HeightMeter, Tt.Double},
		},
		Engine:          Tt.Memtx,
		AutoIncrementId: true,
		Spatial:         Coords,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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