There was an error while loading. Please reload this page.
1 parent e71f618 commit 8a1233dCopy full SHA for 8a1233d
1 file changed
src/schema/schema.ts
@@ -316,6 +316,7 @@ export class SchemaModule {
316
* await db.schema
317
* .dropType(['species', 'colors'])
318
* .ifExists()
319
+ * .cascade()
320
* .execute()
321
* ```
322
*/
0 commit comments