We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bc928 commit b9957e7Copy full SHA for b9957e7
1 file changed
src/Statements/ForeignKeyDefinition.php
@@ -11,9 +11,9 @@
11
class ForeignKeyDefinition implements IStatement
12
{
13
const ACTION_RESTRICT = 'RESTRICT';
14
- const ACTION_NO_ACTION = 'NO_ACTION';
+ const ACTION_NO_ACTION = 'NO ACTION';
15
const ACTION_CASCADE = 'CASCADE';
16
- const ACTION_SET_NULL = 'SET_NULL';
+ const ACTION_SET_NULL = 'SET NULL';
17
18
/** @var string|NULL */
19
private $name;
0 commit comments