Skip to content

Commit 1cd315a

Browse files
Merge branch 'feat/table-max-column' into feat/custom-model-superuser
2 parents 82b6d40 + 0d6550a commit 1cd315a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/table/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const TABLE_LIMITS = {
99
MAX_TABLES_PER_WORKSPACE: 100,
1010
MAX_ROWS_PER_TABLE: 10000,
1111
MAX_ROW_SIZE_BYTES: 400 * 1024, // 400KB
12-
MAX_COLUMNS_PER_TABLE: 50,
12+
MAX_COLUMNS_PER_TABLE: 1000,
1313
MAX_TABLE_NAME_LENGTH: 128,
1414
MAX_COLUMN_NAME_LENGTH: 50,
1515
MAX_DESCRIPTION_LENGTH: 500,

0 commit comments

Comments
 (0)