Andrew Rademacher

Results 2 comments of Andrew Rademacher

@M-Fabian, I also need this feature for use in a migration management tool. Did you have a particular solution for this in mind? I'm also happy to start digging around...

I think the core use case here for a composite primary key is when you are defining a join table. Say for example you have two tables. ```sql CREATE TABLE...