Changes between Initial Version and Version 1 of Ticket #34671


Ignore:
Timestamp:
Jun 22, 2023, 4:04:11 AM (15 months ago)
Author:
Philipp Maino
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34671 – Description

    initial v1  
    5454[[Image(collation.png)]]
    5555
    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.
     56If 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.
    5757{{{
    5858SELECT user_tab_cols.column_name,
Back to Top