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 0822654 commit 3681f01Copy full SHA for 3681f01
1 file changed
src/ForeignKey.php
@@ -6,9 +6,9 @@
6
class ForeignKey
7
{
8
const ACTION_RESTRICT = 'RESTRICT';
9
- const ACTION_NO_ACTION = 'NO_ACTION';
+ const ACTION_NO_ACTION = 'NO ACTION';
10
const ACTION_CASCADE = 'CASCADE';
11
- const ACTION_SET_NULL = 'SET_NULL';
+ const ACTION_SET_NULL = 'SET NULL';
12
13
/** @var string */
14
private $name;
0 commit comments