SQL Server Type | CRDB Type |
---|---|
bigint | bigint |
numeric | numeric |
bit | boolean |
smallint | smallint |
decimal | decimal |
smallmoney | decimal(9,2) |
int | int |
tinyint | smallint |
money | decimal(9,2) |
double precision | double precision |
float | float |
real | real |
date | date |
datetimeoffset | timestamp with time zone, timestamptz |
datetime | timestamp(3) |
datetime2 | timestamp |
smalldatetime | timestamp(0) |
time | time |
char | char |
varchar | varchar |
varchar(max) | text |
text | text |
nchar | char |
nvarchar | varchar |
nvarchar(max) | text |
ntext | text |
binary | bytea |
varbinary | bytea |
image | bytea |
uniqueidentifier | uuid |
xml | jsonb |
Spatial Geometry Types | geometry |
Spatial Geography Types | geography |
cursor | n/a |
rowversion | n/a |
hierarchyid | n/a |
sql_variant | n/a |
table | n/a |
-
Notifications
You must be signed in to change notification settings - Fork 0
cockroachlabs-field/sql-server-migration-notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published