We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database type supports int and string. Support them
bool string int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 uintptr byte rune float32 float64 complex64 complex128
:binary :boolean :date :datetime :decimal :float :integer :primary_key :string :text :time :timestamp
The text was updated successfully, but these errors were encountered:
Some types supported.
#21
Sorry, something went wrong.
@fix SetAttributes() method later like this.
SetAttributes()
var timeformat = "2006-01-02 15:04:05" var tmp, _ = time.Parse(timeformat, value[0]) bar.hoge = tmp.Unix()
No branches or pull requests
Database type supports int and string.
Support them
memorize
The text was updated successfully, but these errors were encountered: