mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 09:36:01 +00:00
oracle - using default schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = `
|
||||
select
|
||||
owner as "schema_name",
|
||||
-- owner as "schema_name",
|
||||
table_name as "pure_name",
|
||||
column_name as "column_name",
|
||||
nullable as "is_nullable",
|
||||
|
||||
Reference in New Issue
Block a user