mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 14:56:01 +00:00
import-export - work with schema (mssql)
This commit is contained in:
1
packages/engines/mssql/sql/getSchemas.js
Normal file
1
packages/engines/mssql/sql/getSchemas.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = `select schema_id as objectId, name as schemaName from sys.schemas`;
|
||||
Reference in New Issue
Block a user