@hedhog/setting 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/hedhog.yaml +0 -22
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -283,25 +283,3 @@ tables:
|
|
283
283
|
- type: created_at
|
284
284
|
- type: updated_at
|
285
285
|
ifNotExists: true
|
286
|
-
setting_user:
|
287
|
-
columns:
|
288
|
-
- name: user_id
|
289
|
-
type: fk
|
290
|
-
isPrimary: true
|
291
|
-
references:
|
292
|
-
table: user
|
293
|
-
column: id
|
294
|
-
onDelete: CASCADE
|
295
|
-
- name: setting_id
|
296
|
-
type: fk
|
297
|
-
isPrimary: true
|
298
|
-
references:
|
299
|
-
table: setting
|
300
|
-
column: id
|
301
|
-
onDelete: CASCADE
|
302
|
-
- name: value
|
303
|
-
length: 1023
|
304
|
-
isNullable: true
|
305
|
-
- type: created_at
|
306
|
-
- type: updated_at
|
307
|
-
ifNotExists: true
|