@hedhog/admin 0.6.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hedhog.yaml +0 -29
- package/package.json +1 -1
package/hedhog.yaml
CHANGED
@@ -1237,35 +1237,6 @@ data:
|
|
1237
1237
|
value: Português
|
1238
1238
|
|
1239
1239
|
tables:
|
1240
|
-
country:
|
1241
|
-
columns:
|
1242
|
-
- type: pk
|
1243
|
-
- name: code
|
1244
|
-
type: char
|
1245
|
-
length: 3
|
1246
|
-
- type: created_at
|
1247
|
-
- type: updated_at
|
1248
|
-
ifNotExists: true
|
1249
|
-
country_locale:
|
1250
|
-
columns:
|
1251
|
-
- name: country_id
|
1252
|
-
type: fk
|
1253
|
-
isPrimary: true
|
1254
|
-
references:
|
1255
|
-
table: country
|
1256
|
-
column: id
|
1257
|
-
onDelete: CASCADE
|
1258
|
-
- name: locale_id
|
1259
|
-
type: fk
|
1260
|
-
isPrimary: true
|
1261
|
-
references:
|
1262
|
-
table: locale
|
1263
|
-
column: id
|
1264
|
-
onDelete: CASCADE
|
1265
|
-
- name: name
|
1266
|
-
- type: created_at
|
1267
|
-
- type: updated_at
|
1268
|
-
ifNotExists: true
|
1269
1240
|
translation_namespace:
|
1270
1241
|
columns:
|
1271
1242
|
- type: pk
|