feat: update target database type to sqlserver and clean up unused code in mssql.go
This commit is contained in:
@@ -39,6 +39,8 @@ JOIN sys.schemas s ON st.schema_id = s.schema_id
|
||||
WHERE s.name = @schema AND st.name = @table AND (c.is_hidden = 0 OR (c.graph_type IS NOT NULL AND c.name LIKE '$%'))
|
||||
ORDER BY c.column_id;`
|
||||
|
||||
// AND c.name NOT LIKE '$%'
|
||||
|
||||
type rawColumnMssql struct {
|
||||
name string
|
||||
userType string
|
||||
|
||||
Reference in New Issue
Block a user