This commit is contained in:
Tben
2023-08-29 08:02:21 +01:00
parent d8dddd5979
commit 9c61e83166
4 changed files with 27 additions and 1 deletions
+2
View File
@@ -60,6 +60,8 @@
* @property {string} [defaultValueLiteral] - SQL key word which generates value automatically => "CURRENT_TIMESTAMP"
* @property {DSQL_ForeignKeyType} [foreignKey] - Field foreign key reference object
* @property {boolean} [richText] - Rich text field
* @property {string | RegExp} [pattern] - Field pattern for validation. Can be a string or a regular expression. Example: "^[a-zA-Z0-9_]*$"
* @property {string} [patternFlags] - Field pattern flags for validation. Example: "i"
*/
/**