gbwey/persistent-odbc

use sqlint for primary key in MSSQL

shgohh opened this issue · 0 comments

The fix in commit 2cb5019 changed primary key to bigint, which is wrong, foreign key data type should be fix instead.

Foreign key data type follow primary key data type, not the other way round.