You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foreign key does not have to use its column name anymore as it is always a
unique constraint name.
Add to global doc the ESLint version used to define `.eslintrc` rules.
##### Other constraints must be explicitly named based on the `*key*_*table*_on_*column*(_and_*column*)` pattern (keys are: `fkey` for `FOREIGN KEY`, `key` for `UNIQUE`, `check` for `CHECK`).
220
+
##### Other constraints must be explicitly named based on the `*key*_*table*_on_*column*(_and_*column*)` pattern.
221
+
Keys are: `fkey` for `FOREIGN KEY`, `key` for `UNIQUE`, `check` for `CHECK`.
0 commit comments