mirror of
https://github.com/knex/knex.git
synced 2026-01-06 12:07:07 +00:00
2 lines
132 B
JavaScript
2 lines
132 B
JavaScript
module.exports = ['table', 'createTable', 'editTable', 'dropTable',
|
|
'dropTableIfExists', 'renameTable', 'hasTable', 'hasColumn']; |