Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit e589fda

Browse files
michaeldzjapKononnable
authored andcommitted
feat: export additional schema builder classes (typeorm#4325)
1 parent 3951b58 commit e589fda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,12 @@ export * from "./repository/TreeRepository";
108108
export * from "./repository/MongoRepository";
109109
export * from "./repository/RemoveOptions";
110110
export * from "./repository/SaveOptions";
111+
export * from "./schema-builder/table/TableCheck";
111112
export * from "./schema-builder/table/TableColumn";
113+
export * from "./schema-builder/table/TableExclusion";
112114
export * from "./schema-builder/table/TableForeignKey";
113115
export * from "./schema-builder/table/TableIndex";
116+
export * from "./schema-builder/table/TableUnique";
114117
export * from "./schema-builder/table/Table";
115118
export * from "./driver/mongodb/typings";
116119
export * from "./driver/types/DatabaseType";

0 commit comments

Comments
 (0)