27 lines
336 B
Properties
27 lines
336 B
Properties
#\u6570\u636E\u5E93\u7C7B\u578B\u8F6CJava\u7C7B\u578B
|
|
tinyint=Integer
|
|
smallint=Integer
|
|
mediumint=Integer
|
|
int=Integer
|
|
integer=Integer
|
|
|
|
bigint=Long
|
|
|
|
float=Float
|
|
|
|
double=Double
|
|
|
|
decimal=BigDecimal
|
|
|
|
bit=Boolean
|
|
|
|
char=String
|
|
varchar=String
|
|
tinytext=String
|
|
text=String
|
|
mediumtext=String
|
|
longtext=String
|
|
|
|
date=Date
|
|
datetime=Date
|
|
timestamp=Date |