Dukim
Dukim
DTDrizzle Team
Created by Dukim on 6/28/2024 in #help
postgres schema indexes INCLUDE
this is pretty important features for indexes, is there a way of using "INCLUDE " when creating index? or a workaround? like: CREATE UNIQUE INDEX title_idx ON films (title) INCLUDE (director, rating);
1 replies
DTDrizzle Team
Created by Dukim on 6/24/2024 in #help
raw SQL in schema
hi, i want to add postgres checks and since there is no support atm i wonder is it possible to add raw SQL to the schema file somehow? couldnt find in documentation
1 replies