Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 799 Bytes

File metadata and controls

39 lines (25 loc) · 799 Bytes

max

Maximum value (numeric) or length (string).

Kind Attribute
Since 0.1.0

Syntax

<field>: <type> max <n>

Arguments

Name Type Required
n int yes

Description

Mirror of min. For string fields, this also influences column size where applicable.

Used in

Provenance

Implementation touched after spec. Source code changed on 2026-05-21, but this entity's spec was last edited on 2026-05-08. The description may be out of date.

Spec last touched 5da8498 (2026-05-08)
Source last touched c01c7b5 (2026-05-21)
Source files internal/parser/parser.go, internal/runtime/forms.go