useSnakeCaseColumnName property Null safety
final
Useful to indicate using new snake_case naming convention for columns. This property defaults to false to avoid breaking change ensuring backward compatibility
If a column is annotated with @Column() with a non-null value for
name or useSnakeCaseName, that value takes precedent.
Implementation
final bool useSnakeCaseColumnName;