uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.64k stars 220 forks source link

feat: add ModelTableExpr to TruncateTableQuery #969

Closed JunNishimura closed 6 months ago

JunNishimura commented 6 months ago

This PR fixes #960.

I implemented a ModelTableExpr method in TruncateTableQuery as well, referring to CreateTableQuery, etc.

The Document stated that ModelTableExpr can be used, but it is not implemented actually, so I made this modification.

I would appreciate it if you check it out!