SDSS
SDSS
DTDrizzle Team
Created by Sumidora on 5/22/2024 in #help
Default bigint column mode to "bigint" with introspect command
This would also be good to know for 'string' -> 'date'
2 replies
DTDrizzle Team
Created by SDSS on 5/21/2024 in #help
Ability to call Drizzle-Kit push function via import
Alright so turns out, it doesn't seem there is actually a way to migrate to a schema outside of the default public one. The parameters for schemaName and schemaTable are to do with the drizzle-kit log that is written to the database when migrations are performed. There is no way to specify a schema name in the database connector and migrations are always performed against the public schema. That naming convention and the docs are super unclear on that. Is there actually no way to specify a target schema for migrations?
4 replies
DTDrizzle Team
Created by SDSS on 5/21/2024 in #help
Ability to call Drizzle-Kit push function via import
Thanks HEL, this seems like a good approach. I'm working on the implementation now. Seems like there are some limitations with regards to creating db relationships, and I've also just burned my db to the ground as I failed to specify the schemaName flag. But I'll keep you posted.
4 replies