Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FieldNamesMaxLengthRule ¶ added in v0.383.0
func FieldNamesMaxLengthRule(asts []*parser.AST) (errs errorhandling.ValidationErrors)
FieldNamesMaxLengthRule will validate that field names are smaller than the maximum allowed by postgres (63 bytes).
func UniqueFieldNamesRule ¶
func UniqueFieldNamesRule(asts []*parser.AST) (errs errorhandling.ValidationErrors)
func ValidFieldTypesRule ¶
func ValidFieldTypesRule(asts []*parser.AST) (errs errorhandling.ValidationErrors)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.