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 4b320fe commit 93c2af7Copy full SHA for 93c2af7
snippets/sql.json
@@ -224,15 +224,15 @@
224
"body": ["CONSTRAINT ${1:attribute} PRIMARY KEY(${2:attribute(s)})"],
225
"description": "Constraint Primary Key"
226
},
227
- "foreingk": {
228
- "prefix": "foreingk",
+ "foreignk": {
+ "prefix": "foreignk",
229
"body": [
230
"FOREIGN KEY(${1:attribute}) REFERENCES ${2:tableName}(${3:attribute})"
231
],
232
"description": "Foreign Key"
233
234
- "foreingkc": {
235
- "prefix": "foreingkc",
+ "foreignkc": {
+ "prefix": "foreignkc",
236
237
"CONSTRAINT ${1:attribute} FOREIGN KEY (${2:attribute(s)})",
238
"\tREFERENCES ${3:tableName}(${4:attribute})"
0 commit comments