Fasih Khatib
02/11/2024, 11:35 AMCREATE TABLE
query which is generated contains a lot of large `VARCHAR`s and it goes beyond the limit that's allowed by MySQL. (https://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html). Is there a way to configure this query so that the columns are all TEXT
?Edgar Ramírez (Arch.dev)
02/11/2024, 10:58 PM