Skip to main content

Constant Fields

A constant is a purely output field whose value should never change after creation (e.g. id).

Example

Try it in the browser

id is a constant (always 1234); username is lax with a default. Edit the input and run it.

Loading playground…