dbx/apps/desktop
t8y2 9aae48d089 feat(structure): auto-switch column length default based on data type
When changing a column's data type in the table structure editor, the
length parameter now updates to a sensible default for the new type
(e.g. int→11, tinyint→4) instead of preserving the old value.
2026-05-28 21:36:28 +08:00
..
public feat(database): add agent database profiles 2026-05-18 22:38:04 +08:00
src feat(structure): auto-switch column length default based on data type 2026-05-28 21:36:28 +08:00
components.json
index.html fix: avoid derived table wrapping for SQL Server TOP pagination 2026-05-25 11:28:02 +08:00
tsconfig.json fix: exclude test files from vue-tsc type checking in CI build 2026-05-25 10:59:30 +08:00
vite.config.ts fix: avoid derived table wrapping for SQL Server TOP pagination 2026-05-25 11:28:02 +08:00