vibsin9322 4eb3bf0e34 Fix database column naming mismatch (createdAt vs created_at)
- Change JavaScript code to use snake_case column names (created_at, updated_at)
- Add backward compatibility for existing localStorage data
- Fix sorting and display functions to use correct column names
- Ensure consistent column naming between database schema and JavaScript code

This resolves the error: "Could not find the 'createdAt' column of 'files' in the schema cache"

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 14:11:28 +09:00
Description
No description provided
8.4 MiB
Languages
JavaScript 54.2%
CSS 30.9%
HTML 6.8%
Shell 4.5%
Batchfile 3.6%