-
+
confupdtype
char
- Foreign key update action code
+ Foreign key update action code:
+ a> = no action,
+ r> = restrict,
+ c> = cascade,
+ n> = set null,
+ d> = set default
+
|
confdeltype
char
- Foreign key deletion action code
+ Foreign key deletion action code:
+ a> = no action,
+ r> = restrict,
+ c> = cascade,
+ n> = set null,
+ d> = set default
+
|
confmatchtype
char
- Foreign key match type
+ Foreign key match type:
+ f> = full,
+ p> = partial,
+ u> = simple (unspecified)
+
|