import * as addTable from './addTable'; import * as addColumn from './addColumn'; import * as oneToOne from './oneToOne'; import * as oneToMany from './oneToMany'; import * as manyToMany from './manyToMany'; import * as commit from './commit'; export { addTable, addColumn, oneToOne, oneToMany, manyToMany, commit };