Changes between Initial Version and Version 1 of Ticket #34671
- Timestamp:
- Jun 22, 2023, 4:04:11 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34671 – Description
initial v1 54 54 [[Image(collation.png)]] 55 55 56 If it's a view you have to adjust the introspection query to use {{{user_views}}} instead of {{{user_tables}}}. This will yield the correct CharField definition without db_collation.56 If it's a view you have to adjust the introspection query in {{{get_table_description}}} to use {{{user_views}}} instead of {{{user_tables}}}. This will yield the correct CharField definition without db_collation. 57 57 {{{ 58 58 SELECT user_tab_cols.column_name,