Browse Source

Nc docs/link fix2 (#8876)

* docs: fix links

* docs: add info for advanced config options

* docs: clarity on paid plans

* Update 070.specific-db-type.md

* Update 070.specific-db-type.md
pull/8878/head
Raju Udava 5 months ago committed by GitHub
parent
commit
0992a5d975
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 68
      packages/noco-docs/docs/070.fields/010.fields-overview.md
  2. 10
      packages/noco-docs/docs/070.fields/040.field-types/050.custom-types/070.specific-db-type.md
  3. 2
      packages/noco-docs/docs/090.views/040.view-types/030.form.md

68
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)

10
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
:::
:::

2
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

Loading…
Cancel
Save