Spring Boot JPA 设置字段 unsigned

Java Spring Boot JPA About 181 words

MySQL

INT(11) UNSIGNED

@Column(columnDefinition = "INT(11) UNSIGNED")
private Long foo;

SQL Server

UNSIGNED INT(11)

@Column(columnDefinition = "UNSIGNED INT(11)")
private Long foo;
Views: 3,981 · Posted: 2019-04-15

————        END        ————

Give me a Star, Thanks:)

https://github.com/fendoudebb/LiteNote

扫描下方二维码关注公众号和小程序↓↓↓

扫描下方二维码关注公众号和小程序↓↓↓


Today On History
Browsing Refresh