mirror of
https://github.com/teableio/teable.git
synced 2026-02-04 20:46:48 +08:00
- Updated field factory definitions in create-table and db-adapter benchmark files to directly call createTextColumns, removing unnecessary variable assignments for fields200 and fields1000. - This change enhances code clarity and reduces memory usage by eliminating redundant variables.