Yep, when doing auto complete it helps to include your real table
schema in (create table statements ) there's an example in the playground of python code autocomplete which can be changed to SQL or natural language indicating some SQL is expected. Also can try a comment with the file name e.g.
### migrations/user_add_free_credit.sql adds free credits field to user table