You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
574 B
33 lines
574 B
#\u4EE3\u7801\u751F\u6210\u5668\uFF0C\u914D\u7F6E\u4FE1\u606F
|
|
|
|
|
|
#\u5305\u540D
|
|
package=com.learn
|
|
#\u4F5C\u8005
|
|
author=chenshun
|
|
#Email
|
|
email=sunlightcs@gmail.com
|
|
#\u8868\u524D\u7F00(\u7C7B\u540D\u4E0D\u4F1A\u5305\u542B\u8868\u524D\u7F00)
|
|
tablePrefix=tb_
|
|
|
|
#\u7C7B\u578B\u8F6C\u6362\uFF0C\u914D\u7F6E\u4FE1\u606F
|
|
tinyint=Integer
|
|
smallint=Integer
|
|
mediumint=Integer
|
|
int=Integer
|
|
integer=Integer
|
|
bigint=Long
|
|
float=Float
|
|
double=Double
|
|
decimal=BigDecimal
|
|
|
|
char=String
|
|
varchar=String
|
|
tinytext=String
|
|
text=String
|
|
mediumtext=String
|
|
longtext=String
|
|
|
|
date=Date
|
|
datetime=Date
|
|
timestamp=Date |