-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
I want to add 4 PRIMARY KEY constraints, but there are just functions to add max. 3, although all of them call the following function, which accepts a variable number of keys:
fileprivate func primaryKey(_ composite: [Expressible]) {
definitions.append("PRIMARY KEY".prefix(composite))
}
So could you please make this function public?
mohaxspb