Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Model (0.12 sec)

  1. schema/field.go

    	Float  DataType = "float"
    	String DataType = "string"
    	Time   DataType = "time"
    	Bytes  DataType = "bytes"
    )
    
    const DefaultAutoIncrementIncrement int64 = 1
    
    // Field is the representation of model schema's field
    type Field struct {
    	Name                   string
    	DBName                 string
    	BindNames              []string
    	EmbeddedBindNames      []string
    	DataType               DataType
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Apr 15 03:20:20 GMT 2024
    - 32K bytes
    - Viewed (1)
Back to top