()
| 904 | } |
| 905 | |
| 906 | async function dropView() { |
| 907 | ctx.db.schema.dropView('toy_names').ifExists().execute() |
| 908 | } |
| 909 | |
| 910 | async function createSchema() { |
| 911 | await ctx.db.schema.createSchema('some_schema').execute() |
no test coverage detected
searching dependent graphs…