Generates TableConfigs (and their ColumnConfigs by reading database metadata. Extend this trait directly or indirectly, and override methods freely to customize.
The default implementation does not generate code that requires slick-additions, uses camelCase for corresponding snake_case names in the database, and names model classes by appending Row to the camel-cased table name.
Determine the base Scala default value for a column. If the columns is nullable, the expression returned from this method will be wrapped in Some(...).
Determine the base Scala default value for a column. If the columns is nullable, the expression returned from this method will be wrapped in Some(...).