-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Configuring tag range #31
Labels
enhancement
New feature or request
Comments
Good suggestion. But I've been quite busy lately, so I might not have time until next month. If you're interested, feel free to contribute a PR, and I can assist you. |
等您有时间了吧,我不太会插件的开发
周星
***@***.***
…------------------ 原始邮件 ------------------
发件人: "johnmai-dev/go-orm-helper" ***@***.***>;
发送时间: 2024年11月11日(星期一) 晚上7:12
***@***.***>;
***@***.******@***.***>;
主题: Re: [johnmai-dev/go-orm-helper] Configuring tag range (Issue #31)
Good suggestion. But I've been quite busy lately, so I might not have time until next month. If you're interested, feel free to contribute a PR, and I can assist you.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
哈喽,tag 的配置提上日程了吗?😊 |
周末找时间看看 |
我的java很烂,就不参与了🤣 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. A suggestion.
What if I added a configuration to configure some of the information in create sql not to be converted to tag?
For example, gorm:"column:id; type:bigint(20) UNSIGNED; comment: primary key; primaryKey; not null;"
Really want: gorm:"column:id;"
The text was updated successfully, but these errors were encountered: