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
数据表结构体是这样的 CreatedAt carbon.Time json:"created_at"``
CreatedAt carbon.Time
carbon.Time 我再insert的时候,怎么写一个当前时间的carbon.Time类型? 怎么写呢?
The text was updated successfully, but these errors were encountered:
The issue body's language is not English, translate it automatically, please use English next time. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
The data table structure is like this CreatedAt carbon.Time json:"created_at"``
carbon.Time When I insert again, how can I write a carbon.Time type of the current time? How to write it?
Sorry, something went wrong.
Under what circumstances should only hours, minutes and seconds be stored?
v2.2.8 added Time struct and ToTimeStruct method
Time
ToTimeStruct
No branches or pull requests
数据表结构体是这样的
CreatedAt carbon.Time
json:"created_at"``carbon.Time 我再insert的时候,怎么写一个当前时间的carbon.Time类型? 怎么写呢?
The text was updated successfully, but these errors were encountered: