Field Notes

2

Gotchas and lessons from every build, shared across projects. Add one any time — it surfaces automatically when its linked phase is open.

Clear

MySQL charset on the CLI

Always pass --default-character-set=utf8mb4 on any mysql CLI query touching non-ASCII text — without it, correct text looks corrupted.

mysql charset cli

ACF repeaters in raw SQL

{field} (row count), {field}_{i}_{subfield} (value), _{field}_{i}_{subfield} (field-key ref) — field key is identical across rows, only the index changes.

acf repeaters sql

Add a field note

Any team member can add one from any project. This library only grows.

Link to phase(s)