diff --git a/packages/noco-docs/docs/070.fields/010.fields-overview.md b/packages/noco-docs/docs/070.fields/010.fields-overview.md index 787048a68e..477b6f6ca9 100644 --- a/packages/noco-docs/docs/070.fields/010.fields-overview.md +++ b/packages/noco-docs/docs/070.fields/010.fields-overview.md @@ -6,52 +6,52 @@ keywords : ['NocoDB fields', 'fields overview', 'field administration', 'field o --- -- [Primary Key](primary-key) -- [Display Value](display-value) +- [Primary Key](/fields/primary-key) +- [Display Value](/fields/display-value) ### Text based -- [Single line text](field-types/text-based/single-line-text) -- [Long text](field-types/text-based/long-text) -- [Email](field-types/text-based/email) -- [Phone](field-types/text-based/phonenumber) -- [URL](field-types/text-based/url) +- [Single line text](/fields/field-types/text-based/single-line-text) +- [Long text](/fields/field-types/text-based/long-text) +- [Email](/fields/field-types/text-based/email) +- [Phone](/fields/field-types/text-based/phonenumber) +- [URL](/fields/field-types/text-based/url) ### Numerical -- [Number](field-types/numerical/number) -- [Decimal](field-types/numerical/decimal) -- [Percentage](field-types/numerical/percent) -- [Currency](field-types/numerical/currency) +- [Number](/fields/field-types/numerical/number) +- [Decimal](/fields/field-types/numerical/decimal) +- [Percentage](/fields/field-types/numerical/percent) +- [Currency](/fields/field-types/numerical/currency) ### Date and time -- [Date](field-types/date-time-based/date) -- [Time](field-types/date-time-based/time) -- [Date and time](field-types/date-time-based/date-time) -- [Duration](field-types/date-time-based/duration) +- [Date](/fields/field-types/date-time-based/date) +- [Time](/fields/field-types/date-time-based/time) +- [Date and time](/fields/field-types/date-time-based/date-time) +- [Duration](/fields/field-types/date-time-based/duration) ### Select based -- [Single select](field-types/select-based/single-select) -- [Multi select](field-types/select-based/multi-select) -- [Checkbox](field-types/select-based/checkbox) -- [Rating](field-types/select-based/rating) +- [Single select](/fields/field-types/select-based/single-select) +- [Multi select](/fields/field-types/select-based/multi-select) +- [Checkbox](/fields/field-types/select-based/checkbox) +- [Rating](/fields/field-types/select-based/rating) ### Link based -- [Links](field-types/links-based/links) -- [Lookup](field-types/links-based/lookup) -- [Rollup](field-types/links-based/rollup) +- [Links](/fields/field-types/links-based/links) +- [Lookup](/fields/field-types/links-based/lookup) +- [Rollup](/fields/field-types/links-based/rollup) ### Custom types -- [Attachment](field-types/custom-types/attachment) -- [Barcode](field-types/custom-types/barcode) -- [QR-code](field-types/custom-types/QR-code) -- [Geometry](field-types/custom-types/geometry) -- [Specific DB type](field-types/custom-types/specific-db-type) -- [JSON](field-types/custom-types/json) +- [Attachment](/fields/field-types/custom-types/attachment) +- [Barcode](/fields/field-types/custom-types/barcode) +- [QR-code](/fields/field-types/custom-types/QR-code) +- [Geometry](/fields/field-types/custom-types/geometry) +- [Specific DB type](/fields/field-types/custom-types/specific-db-type) +- [JSON](/fields/field-types/custom-types/json) ### Formula -- [Formula](field-types/formula/formula) - - [Operators](field-types/formula/operators) - - [Numeric Functions](field-types/formula/numeric-functions) - - [String Functions](field-types/formula/string-functions) - - [Date Functions](field-types/formula/date-functions) - - [Conditional Expressions](field-types/formula/conditional-expressions) +- [Formula](/fields/field-types/formula/formula) + - [Operators](/fields/field-types/formula/operators) + - [Numeric Functions](/fields/field-types/formula/numeric-functions) + - [String Functions](/fields/field-types/formula/string-functions) + - [Date Functions](/fields/field-types/formula/date-functions) + - [Conditional Expressions](/fields/field-types/formula/conditional-expressions) diff --git a/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md b/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md index a6cd1ff8ab..6962a6d02a 100644 --- a/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md +++ b/packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md @@ -16,6 +16,14 @@ keywords: ['Fields', 'Field types', 'Custom types', 'Specific DB type', 'Create ![image](/img/v2/fields/types/specific-db-type.png) +### Advanced field attributes + +- `NN` **Not Null** : Ensures that a column cannot have a NULL value, requiring that a value must always be provided. +- `PK` **Primary Key** : Uniquely identifies each record in a table. +- `AI` **Auto Increment** : Automatically generates a unique number for each new record, typically used with primary keys. +- `UN` **Unsigned** : Ensures that a column can only store non-negative numbers, commonly used for counters, identifiers, or monetary values. +- `AU` **Auto Update** : Automatically updates a column to the current timestamp when a record is updated, often used for timestamp or datetime columns. + :::note Specific DB type is available only for external Data source connections -::: \ No newline at end of file +::: diff --git a/packages/noco-docs/docs/090.views/040.view-types/030.form.md b/packages/noco-docs/docs/090.views/040.view-types/030.form.md index 0767e6fb14..33457f0fb6 100644 --- a/packages/noco-docs/docs/090.views/040.view-types/030.form.md +++ b/packages/noco-docs/docs/090.views/040.view-types/030.form.md @@ -53,7 +53,7 @@ To change the background color of the form, select the required color from the c To hide NocoDB branding from the form, toggle the `Hide NocoDB Branding` switch in the **Appearance Settings** panel. :::info -This feature is available only in the paid plans. +This feature is available only in the paid plans in both Cloud & Self-hosted. ::: #### Hide Form Banner