pgTable - raw sql

Hi is it possible to add in raw sql after pgTable ?
I have them in kysely migrations, but would like to use drizzle schema.
I want to add some check constraints, triggers, rls.

I know I can do them in migrations, but wanted it in the same file.
Was this page helpful?