📄 db.props
字号:
# Taken from java.sql.Types in the IBM 1.3 JDK# JDBC to PostgreSQL mappings.## See http://www.postgresql.org/idocs/index.php?datatype.html for more# information on PostgreSQL data types.BIT = booleanTINYINT = int2SMALLINT = int2INTEGER = integerBIGINT = int8FLOAT = floatREAL = floatBOOLEANCHAR = charBOOLEANINT = int2DOUBLE = double precision# numeric(precision, scale) / decimal(precision, scale)NUMERIC = numericDECIMAL = decimalCHAR = charVARCHAR = varcharLONGVARCHAR = byteaDATE = dateTIME = timeTIMESTAMP = timestampBINARY = byteaVARBINARY = byteaLONGVARBINARY = byteaNULL =OTHER =JAVA_OBJECT =DISTINCT =STRUCT =ARRAY =BLOB =CLOB = textREF =AUTOINCREMENT = serialNOTNULL = NOT NULLprimaryKeyInsideTableDirective = trueindexInsideTableDirective = falseremoveNotNullWithAutoIncrement = truesuppressDefaults = falseidMethod=sequence
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -