We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1133f commit 8955915Copy full SHA for 8955915
apps/sim/lib/table/constants.ts
@@ -27,5 +27,4 @@ export const COLUMN_TYPES = ['string', 'number', 'boolean', 'date', 'json'] as c
27
28
export const NAME_PATTERN = /^[a-z_][a-z0-9_]*$/i
29
30
-/** Database table name for user table rows (used in SQL query building) */
31
export const USER_TABLE_ROWS_SQL_NAME = 'user_table_rows'
0 commit comments