Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 175cb24

Browse files
committed
Adding common data type to txt/common-outputs (--columns --predict-output)
1 parent 4cd4f29 commit 175cb24

1 file changed

Lines changed: 94 additions & 0 deletions

File tree

txt/common-outputs.txt

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,3 +1064,97 @@ Update_priv
10641064
User
10651065
x509_issuer
10661066
x509_subject
1067+
1068+
# Oracle (types)
1069+
BINARY_INTEGER
1070+
BLOB
1071+
BOOLEAN
1072+
CHAR
1073+
CLOB
1074+
DATE
1075+
INTERVAL
1076+
LONG
1077+
MLSLABEL
1078+
NCHAR
1079+
NCLOB
1080+
NUMBER
1081+
NVARCHAR2
1082+
RAW
1083+
ROWID
1084+
TIMESTAMP
1085+
VARCHAR
1086+
VARCHAR2
1087+
XMLType
1088+
1089+
# MySQL (types)
1090+
bigint
1091+
blob
1092+
char
1093+
date
1094+
datetime
1095+
decimal
1096+
double
1097+
enum
1098+
float
1099+
int
1100+
set
1101+
smallint
1102+
text
1103+
time
1104+
tinyint
1105+
varchar
1106+
year
1107+
1108+
# Microsoft SQL Server (types)
1109+
bigint
1110+
binary
1111+
bit
1112+
char
1113+
cursor
1114+
date
1115+
datetime
1116+
datetime2
1117+
datetimeoffset
1118+
decimal
1119+
float
1120+
image
1121+
int
1122+
money
1123+
nchar
1124+
ntext
1125+
numeric
1126+
nvarchar
1127+
real
1128+
smalldatetime
1129+
smallint
1130+
smallmoney
1131+
sql_variant
1132+
table
1133+
text
1134+
time
1135+
timestamp
1136+
tinyint
1137+
uniqueidentifier
1138+
varbinary
1139+
varchar
1140+
xml
1141+
1142+
# PostgreSQL (types)
1143+
bigint
1144+
bigserial
1145+
boolean
1146+
bytea
1147+
character
1148+
date
1149+
decimal
1150+
double precision
1151+
integer
1152+
interval
1153+
money
1154+
numeric
1155+
real
1156+
serial
1157+
smallint
1158+
text
1159+
time
1160+
timestamp

0 commit comments

Comments
 (0)