package
Version:
v1.4812.1501
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TableZzz Tt.TableName = `zzz`
Id = `id`
CreatedAt = `createdAt`
Coords = `coords`
Name = `name`
HeightMeter = `heightMeter`
)
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,
Unique1: Name,
Spatial: Coords,
},
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.