import * as column from './schemas/column'; import * as extension from './schemas/extension'; import * as fixture from './schemas/fixture'; import * as foreignKey from './schemas/foreignKey'; import * as fullPolicy from './schemas/fullPolicy'; import * as grantAllTables from './schemas/grantAllTables'; import * as grantExecute from './schemas/grantExecute'; import * as grantRole from './schemas/grantRole'; import * as grantSchema from './schemas/grantSchema'; import * as grantTable from './schemas/grantTable'; import * as importSchema from './schemas/importSchema'; import * as importTable from './schemas/importTable'; import * as index from './schemas/index'; import * as peoplestamps from './schemas/peoplestamps'; import * as policy from './schemas/policy'; import * as procedure from './schemas/procedure'; import * as role from './schemas/role'; import * as rowLevelSecurity from './schemas/rowLevelSecurity'; import * as schema from './schemas/schema'; import * as table from './schemas/table'; import * as timestamps from './schemas/timestamps'; import * as trigger from './schemas/trigger'; import * as type from './schemas/type'; import * as uniqueIndex from './schemas/uniqueIndex'; import * as utility from './schemas/utility'; import * as view from './schemas/view'; export default { column,extension,fixture,foreignKey,fullPolicy,grantAllTables,grantExecute,grantRole,grantSchema,grantTable,importSchema,importTable,index,peoplestamps,policy,procedure,role,rowLevelSecurity,schema,table,timestamps,trigger,type,uniqueIndex,utility,view };