This commit is contained in:
Lakee Sivaraya
2026-01-16 16:46:39 -08:00
parent 0e1133fc42
commit 895591514a

View File

@@ -27,5 +27,4 @@ export const COLUMN_TYPES = ['string', 'number', 'boolean', 'date', 'json'] as c
export const NAME_PATTERN = /^[a-z_][a-z0-9_]*$/i
/** Database table name for user table rows (used in SQL query building) */
export const USER_TABLE_ROWS_SQL_NAME = 'user_table_rows'