Skip to content

Conversation

akemidx
Copy link
Member

@akemidx akemidx commented Oct 8, 2025

Fix for the encoding error seen in #17363

Additionally, on Mac OS, this can also be fixed by importing the file through excel, and NOT opening it through the OS shell.
In excel, you can then import as csv, and choose UTF-8
Screenshot 2025-10-07 at 20 40 32

$table->integer('category_id')->nullable();
$table->timestamps();
$table->engine = 'InnoDB';
//making a note here. Interestingly we state the model and modelno cloumns as strings. Tableplus stores as a var_string.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this note is needed here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, PR is in draft. the notes everywhere are a reason for that.

@akemidx akemidx marked this pull request as ready for review October 15, 2025 21:35
@akemidx
Copy link
Member Author

akemidx commented Oct 15, 2025

Slinging this actually as it works in my testing.

@snipe snipe merged commit 1374ec4 into grokability:develop Oct 16, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants