Unknown column 'utgst_account' in 'field list

I’m getting error when I’m creating sales invoice from sales order.

pymysql.err.OperationalError: (1054, “Unknown column ‘utgst_account’ in ‘field list’”)

Create A Dummy Field [field name: utgst_account] in (GST Account - Doctype)

(or)

Remove [utgst_account] in Core Code [regional/india/utils.py ] ( Line No : 828 )(func name : get_gst_accounts())

Thank you for the reply.
Okay I try .

Most probably you have updated the code but did not migrate. That i was happened to me.