fix(server): duplicate column storage (#19385)

pull/19392/head
Daimolean 2025-06-21 03:52:25 +07:00 committed by GitHub
parent 6563fa608a
commit 798debfde3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -252,7 +252,7 @@ export enum DatabaseActionType {
SET_DEFAULT = 'SET DEFAULT', SET_DEFAULT = 'SET DEFAULT',
} }
export type ColumnStorage = 'default' | 'external' | 'extended' | 'main' | 'default'; export type ColumnStorage = 'default' | 'external' | 'extended' | 'main';
export type ColumnType = export type ColumnType =
| 'bigint' | 'bigint'