diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-02 09:54:08 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-02 09:54:08 +0000 |
| commit | dfdfae3018f8499240f48d28ce634f4a5c56e006 (patch) | |
| tree | 4493b172c061fa5bf4e94c083788110eb1507f6d /db/schema/index.ts | |
| parent | 21a72eeddc74cf775e2a76e2c569de970bd62a7f (diff) | |
벤더 코멘트 처리
Diffstat (limited to 'db/schema/index.ts')
| -rw-r--r-- | db/schema/index.ts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/schema/index.ts b/db/schema/index.ts new file mode 100644 index 00000000..714f058b --- /dev/null +++ b/db/schema/index.ts @@ -0,0 +1,12 @@ +export * from './companies'; +export * from './contract'; +export * from './items'; +export * from './pq'; +export * from './projects'; +export * from './rfq'; +export * from './users'; + +export * from './vendorData'; +export * from './vendorDocu'; +export * from './vendors'; +export * from './tasks'; |
