Skip to content
gpico edited this page Jun 24, 2020 · 2 revisions
  • Adminer 4.7.7: replace line #375 in mssql.inc.php to support UDDT:

-- JOIN sys.types t ON c.user_type_id = t.user_type_id

++ JOIN sys.types t ON c.system_type_id = t.user_type_id


Clone this wiki locally