db icon indicating copy to clipboard operation
db copied to clipboard

Add constants for `CASCADE`, etc.?

Open arogachev opened this issue 2 years ago • 2 comments

arogachev avatar Apr 06 '23 08:04 arogachev

Not that important for release but would you please compile a list of what you'd expect in constants?

samdark avatar Apr 06 '23 08:04 samdark

May be not constants?

I think separated builder for constraints with methods onDelete() and onUpdate() better? with param Enum (cascade, set null, restrict, no action ... etc)

darkdef avatar Apr 07 '23 20:04 darkdef