scape
scape
Explore posts from servers
DTDrizzle Team
Created by scape on 1/27/2025 in #help
foreignKey function options
foreignKey({
columns: [table.orgId, table.topicName],
foreignColumns: [topics.orgId, topics.name],
}),
foreignKey({
columns: [table.orgId, table.topicName],
foreignColumns: [topics.orgId, topics.name],
}),
how can I add onDelete option if I have composite foreignKey constraint?
2 replies
KPCKevin Powell - Community
Created by scape on 6/26/2023 in #front-end
UI implementation
3 replies