mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Additions
This commit is contained in:
10
src/main/models/InformationSchema.js
Normal file
10
src/main/models/InformationSchema.js
Normal file
@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
export default class {
|
||||
static getStructure (connection) {
|
||||
return connection()
|
||||
.select('*')
|
||||
.withSchema('information_schema')
|
||||
.from('TABLES');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user