jet/generator/metadata
Eli Ribble 2053415c76
Make it possible to add fully custom columns to table definition
This adds a few different fields to the column SQL builder that were
once either calculated or hard-coded:
 * Import - so you can import the column from anywhere
 * Type - fully, rather than partially, modifiable to allow any naming
   convention
 * TypeFactory - fully, rather than partially defined

I also alphabetized some things because the OCD compels me.
2026-05-06 16:26:38 +00:00
..
column_meta_data.go Add support for additional array types. 2025-10-16 15:09:07 +02:00
dialect_query_set.go Improve generator error handling 2023-07-21 13:20:44 +02:00
enum_meta_data.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
schema_meta_data.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
table_meta_data.go Make it possible to add fully custom columns to table definition 2026-05-06 16:26:38 +00:00