If you follow the LangChain recipe for "Querying a SQL DB" you'll note that it calls db.getTableInfo
I was trying to implement this in an unsupported typeorm database.
The format it is using is from the paper Evaluating the Text-to-SQL Capabilities of Large Language Models
It contains the create table statement and some sample lines. I included the example, thinking someone else might need this in the future.