pg-manipulator 1.0.37 → 1.0.39
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/README.md +2 -2
- package/bin/dump/index.cjs +9 -9
- package/bin/update/index.cjs +9 -9
- package/dist/@types/admin/atributos_fields.d.ts +8 -0
- package/dist/@types/admin/atributos_order.d.ts +8 -0
- package/dist/@types/admin/atributos_select.d.ts +12 -0
- package/dist/@types/admin/atributos_update.d.ts +10 -0
- package/dist/@types/admin/atributos_where.d.ts +9 -0
- package/dist/@types/admin/categoria_fields.d.ts +9 -0
- package/dist/@types/admin/categoria_order.d.ts +9 -0
- package/dist/@types/admin/categoria_select.d.ts +13 -0
- package/dist/@types/admin/categoria_update.d.ts +11 -0
- package/dist/@types/admin/categoria_where.d.ts +10 -0
- package/dist/@types/admin/ecommerce_fields.d.ts +17 -0
- package/dist/@types/admin/ecommerce_item_fields.d.ts +5 -0
- package/dist/@types/admin/ecommerce_item_order.d.ts +5 -0
- package/dist/@types/admin/ecommerce_item_select.d.ts +9 -0
- package/dist/@types/admin/ecommerce_item_update.d.ts +7 -0
- package/dist/@types/admin/ecommerce_item_where.d.ts +6 -0
- package/dist/@types/admin/ecommerce_order.d.ts +17 -0
- package/dist/@types/admin/ecommerce_select.d.ts +21 -0
- package/dist/@types/admin/ecommerce_update.d.ts +19 -0
- package/dist/@types/admin/ecommerce_where.d.ts +18 -0
- package/dist/@types/admin/empresa_fields.d.ts +26 -0
- package/dist/@types/admin/empresa_order.d.ts +26 -0
- package/dist/@types/admin/empresa_select.d.ts +30 -0
- package/dist/@types/admin/empresa_update.d.ts +28 -0
- package/dist/@types/admin/empresa_where.d.ts +27 -0
- package/dist/@types/admin/entidade_endereco_fields.d.ts +18 -0
- package/dist/@types/admin/entidade_endereco_order.d.ts +18 -0
- package/dist/@types/admin/entidade_endereco_select.d.ts +22 -0
- package/dist/@types/admin/entidade_endereco_update.d.ts +20 -0
- package/dist/@types/admin/entidade_endereco_where.d.ts +19 -0
- package/dist/@types/admin/entidade_fields.d.ts +12 -0
- package/dist/@types/admin/entidade_order.d.ts +12 -0
- package/dist/@types/admin/entidade_select.d.ts +16 -0
- package/dist/@types/admin/entidade_update.d.ts +14 -0
- package/dist/@types/admin/entidade_where.d.ts +13 -0
- package/dist/@types/admin/item_fields.d.ts +26 -0
- package/dist/@types/admin/item_order.d.ts +26 -0
- package/dist/@types/admin/item_select.d.ts +30 -0
- package/dist/@types/admin/item_update.d.ts +28 -0
- package/dist/@types/admin/item_variacao_fields.d.ts +11 -0
- package/dist/@types/admin/item_variacao_order.d.ts +11 -0
- package/dist/@types/admin/item_variacao_select.d.ts +15 -0
- package/dist/@types/admin/item_variacao_update.d.ts +13 -0
- package/dist/@types/admin/item_variacao_where.d.ts +12 -0
- package/dist/@types/admin/item_where.d.ts +27 -0
- package/dist/@types/admin/marca_fields.d.ts +8 -0
- package/dist/@types/admin/marca_order.d.ts +8 -0
- package/dist/@types/admin/marca_select.d.ts +12 -0
- package/dist/@types/admin/marca_update.d.ts +10 -0
- package/dist/@types/admin/marca_where.d.ts +9 -0
- package/dist/@types/admin/operacao_fields.d.ts +23 -0
- package/dist/@types/admin/operacao_item_fields.d.ts +10 -0
- package/dist/@types/admin/operacao_item_order.d.ts +10 -0
- package/dist/@types/admin/operacao_item_select.d.ts +14 -0
- package/dist/@types/admin/operacao_item_update.d.ts +12 -0
- package/dist/@types/admin/operacao_item_where.d.ts +11 -0
- package/dist/@types/admin/operacao_item_where.js +2 -0
- package/dist/@types/admin/operacao_order.d.ts +23 -0
- package/dist/@types/admin/operacao_order.js +2 -0
- package/dist/@types/admin/operacao_pagamento_fields.d.ts +9 -0
- package/dist/@types/admin/operacao_pagamento_fields.js +2 -0
- package/dist/@types/admin/operacao_pagamento_order.d.ts +9 -0
- package/dist/@types/admin/operacao_pagamento_order.js +2 -0
- package/dist/@types/admin/operacao_pagamento_select.d.ts +13 -0
- package/dist/@types/admin/operacao_pagamento_select.js +2 -0
- package/dist/@types/admin/operacao_pagamento_update.d.ts +11 -0
- package/dist/@types/admin/operacao_pagamento_update.js +2 -0
- package/dist/@types/admin/operacao_pagamento_where.d.ts +10 -0
- package/dist/@types/admin/operacao_pagamento_where.js +2 -0
- package/dist/@types/admin/operacao_select.d.ts +27 -0
- package/dist/@types/admin/operacao_select.js +2 -0
- package/dist/@types/admin/operacao_update.d.ts +25 -0
- package/dist/@types/admin/operacao_update.js +2 -0
- package/dist/@types/admin/operacao_where.d.ts +24 -0
- package/dist/@types/admin/operacao_where.js +2 -0
- package/dist/@types/admin/unidade_medida_fields.d.ts +9 -0
- package/dist/@types/admin/unidade_medida_fields.js +2 -0
- package/dist/@types/admin/unidade_medida_order.d.ts +9 -0
- package/dist/@types/admin/unidade_medida_order.js +2 -0
- package/dist/@types/admin/unidade_medida_select.d.ts +13 -0
- package/dist/@types/admin/unidade_medida_select.js +2 -0
- package/dist/@types/admin/unidade_medida_update.d.ts +11 -0
- package/dist/@types/admin/unidade_medida_update.js +2 -0
- package/dist/@types/admin/unidade_medida_where.d.ts +10 -0
- package/dist/@types/admin/unidade_medida_where.js +2 -0
- package/dist/@types/admin/usuario_fields.d.ts +6 -0
- package/dist/@types/admin/usuario_fields.js +2 -0
- package/dist/@types/admin/usuario_order.d.ts +6 -0
- package/dist/@types/admin/usuario_order.js +2 -0
- package/dist/@types/admin/usuario_select.d.ts +10 -0
- package/dist/@types/admin/usuario_select.js +2 -0
- package/dist/@types/admin/usuario_update.d.ts +8 -0
- package/dist/@types/admin/usuario_update.js +2 -0
- package/dist/@types/admin/usuario_where.d.ts +7 -0
- package/dist/@types/admin/usuario_where.js +2 -0
- package/dist/class/admin/atributos.d.ts +13 -0
- package/dist/class/{users/users_bet.js → admin/atributos.js} +7 -7
- package/dist/class/admin/categoria.d.ts +13 -0
- package/dist/class/{championships/teams.js → admin/categoria.js} +7 -7
- package/dist/class/admin/ecommerce.d.ts +13 -0
- package/dist/class/{championships/bet_users.js → admin/ecommerce.js} +7 -7
- package/dist/class/admin/ecommerce_item.d.ts +13 -0
- package/dist/class/admin/ecommerce_item.js +24 -0
- package/dist/class/admin/empresa.d.ts +13 -0
- package/dist/class/admin/empresa.js +24 -0
- package/dist/class/admin/entidade.d.ts +13 -0
- package/dist/class/admin/entidade.js +24 -0
- package/dist/class/admin/entidade_endereco.d.ts +13 -0
- package/dist/class/admin/entidade_endereco.js +24 -0
- package/dist/class/admin/index.d.ts +35 -0
- package/dist/class/admin/index.js +42 -0
- package/dist/class/admin/item.d.ts +13 -0
- package/dist/class/admin/item.js +24 -0
- package/dist/class/admin/item_variacao.d.ts +13 -0
- package/dist/class/admin/item_variacao.js +24 -0
- package/dist/class/admin/marca.d.ts +13 -0
- package/dist/class/{users/users.js → admin/marca.js} +7 -7
- package/dist/class/admin/operacao.d.ts +13 -0
- package/dist/class/admin/operacao.js +24 -0
- package/dist/class/admin/operacao_item.d.ts +13 -0
- package/dist/class/admin/operacao_item.js +24 -0
- package/dist/class/admin/operacao_pagamento.d.ts +13 -0
- package/dist/class/admin/operacao_pagamento.js +24 -0
- package/dist/class/admin/usuario.d.ts +13 -0
- package/dist/class/admin/usuario.js +24 -0
- package/dist/generator/index.js +2 -2
- package/dist/generator/template/entity.js +27 -27
- package/dist/generator/template/entity_store.js +7 -7
- package/dist/generator/template/fields.js +1 -1
- package/dist/generator/template/order.js +1 -1
- package/dist/generator/template/select.js +6 -6
- package/dist/generator/template/update.js +4 -4
- package/dist/generator/template/where.js +3 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +3 -5
- package/dist/mapping/{users/users.d.ts → admin/atributos.d.ts} +0 -10
- package/dist/mapping/{users/users.js → admin/atributos.js} +9 -20
- package/dist/mapping/{championships/bet_users.js → admin/categoria.js} +18 -40
- package/dist/mapping/admin/ecommerce.js +186 -0
- package/dist/mapping/{users/users_bet.d.ts → admin/ecommerce_item.d.ts} +2 -12
- package/dist/mapping/{championships/championships_users.js → admin/ecommerce_item.js} +18 -18
- package/dist/mapping/admin/empresa.d.ts +27 -0
- package/dist/mapping/admin/empresa.js +273 -0
- package/dist/mapping/admin/entidade.d.ts +37 -0
- package/dist/mapping/{championships/championships_teams.js → admin/entidade.js} +33 -44
- package/dist/mapping/admin/entidade_endereco.js +197 -0
- package/dist/mapping/admin/index.d.ts +477 -0
- package/dist/mapping/admin/index.js +35 -0
- package/dist/mapping/admin/item.js +308 -0
- package/dist/mapping/admin/item_variacao.d.ts +27 -0
- package/dist/mapping/{championships/championships.js → admin/item_variacao.js} +26 -27
- package/dist/mapping/admin/marca.d.ts +37 -0
- package/dist/mapping/{users/users_bet.js → admin/marca.js} +16 -49
- package/dist/mapping/admin/operacao.d.ts +47 -0
- package/dist/mapping/{championships/championships_matches.js → admin/operacao.js} +108 -53
- package/dist/mapping/{championships/teams.js → admin/operacao_item.js} +37 -37
- package/dist/mapping/admin/operacao_pagamento.js +98 -0
- package/dist/mapping/admin/usuario.d.ts +27 -0
- package/dist/mapping/{users/users_championships.js → admin/usuario.js} +13 -25
- package/dist/middleware/select/index.js +4 -4
- package/dist/scripts/index.js +61 -61
- package/package.json +40 -40
- package/dist/@types/championships/bet_users_fields.d.ts +0 -11
- package/dist/@types/championships/bet_users_order.d.ts +0 -11
- package/dist/@types/championships/bet_users_select.d.ts +0 -15
- package/dist/@types/championships/bet_users_update.d.ts +0 -13
- package/dist/@types/championships/bet_users_where.d.ts +0 -12
- package/dist/@types/championships/championships_fields.d.ts +0 -10
- package/dist/@types/championships/championships_matches_fields.d.ts +0 -16
- package/dist/@types/championships/championships_matches_order.d.ts +0 -16
- package/dist/@types/championships/championships_matches_select.d.ts +0 -20
- package/dist/@types/championships/championships_matches_update.d.ts +0 -18
- package/dist/@types/championships/championships_matches_where.d.ts +0 -17
- package/dist/@types/championships/championships_order.d.ts +0 -10
- package/dist/@types/championships/championships_select.d.ts +0 -14
- package/dist/@types/championships/championships_teams_fields.d.ts +0 -13
- package/dist/@types/championships/championships_teams_order.d.ts +0 -13
- package/dist/@types/championships/championships_teams_select.d.ts +0 -17
- package/dist/@types/championships/championships_teams_update.d.ts +0 -15
- package/dist/@types/championships/championships_teams_where.d.ts +0 -14
- package/dist/@types/championships/championships_update.d.ts +0 -12
- package/dist/@types/championships/championships_users_fields.d.ts +0 -6
- package/dist/@types/championships/championships_users_order.d.ts +0 -6
- package/dist/@types/championships/championships_users_select.d.ts +0 -10
- package/dist/@types/championships/championships_users_update.d.ts +0 -8
- package/dist/@types/championships/championships_users_where.d.ts +0 -7
- package/dist/@types/championships/championships_where.d.ts +0 -11
- package/dist/@types/championships/teams_fields.d.ts +0 -8
- package/dist/@types/championships/teams_order.d.ts +0 -8
- package/dist/@types/championships/teams_select.d.ts +0 -12
- package/dist/@types/championships/teams_update.d.ts +0 -10
- package/dist/@types/championships/teams_where.d.ts +0 -9
- package/dist/@types/users/transaction_historics_fields.d.ts +0 -6
- package/dist/@types/users/transaction_historics_order.d.ts +0 -6
- package/dist/@types/users/transaction_historics_select.d.ts +0 -10
- package/dist/@types/users/transaction_historics_update.d.ts +0 -8
- package/dist/@types/users/transaction_historics_where.d.ts +0 -7
- package/dist/@types/users/transactions_fields.d.ts +0 -11
- package/dist/@types/users/transactions_order.d.ts +0 -11
- package/dist/@types/users/transactions_select.d.ts +0 -15
- package/dist/@types/users/transactions_update.d.ts +0 -13
- package/dist/@types/users/transactions_where.d.ts +0 -12
- package/dist/@types/users/users_bet_fields.d.ts +0 -11
- package/dist/@types/users/users_bet_order.d.ts +0 -11
- package/dist/@types/users/users_bet_select.d.ts +0 -15
- package/dist/@types/users/users_bet_update.d.ts +0 -13
- package/dist/@types/users/users_bet_where.d.ts +0 -12
- package/dist/@types/users/users_championships_fields.d.ts +0 -6
- package/dist/@types/users/users_championships_order.d.ts +0 -6
- package/dist/@types/users/users_championships_select.d.ts +0 -10
- package/dist/@types/users/users_championships_update.d.ts +0 -8
- package/dist/@types/users/users_championships_where.d.ts +0 -7
- package/dist/@types/users/users_fields.d.ts +0 -9
- package/dist/@types/users/users_order.d.ts +0 -9
- package/dist/@types/users/users_select.d.ts +0 -13
- package/dist/@types/users/users_update.d.ts +0 -11
- package/dist/@types/users/users_where.d.ts +0 -10
- package/dist/class/championships/bet_users.d.ts +0 -13
- package/dist/class/championships/championships.d.ts +0 -13
- package/dist/class/championships/championships.js +0 -24
- package/dist/class/championships/championships_matches.d.ts +0 -13
- package/dist/class/championships/championships_matches.js +0 -24
- package/dist/class/championships/championships_teams.d.ts +0 -13
- package/dist/class/championships/championships_teams.js +0 -24
- package/dist/class/championships/championships_users.d.ts +0 -13
- package/dist/class/championships/championships_users.js +0 -24
- package/dist/class/championships/index.d.ts +0 -19
- package/dist/class/championships/index.js +0 -26
- package/dist/class/championships/teams.d.ts +0 -13
- package/dist/class/users/index.d.ts +0 -9
- package/dist/class/users/index.js +0 -16
- package/dist/class/users/users.d.ts +0 -13
- package/dist/class/users/users_bet.d.ts +0 -13
- package/dist/class/users/users_championships.d.ts +0 -13
- package/dist/class/users/users_championships.js +0 -24
- package/dist/mapping/championships/index.d.ts +0 -229
- package/dist/mapping/championships/index.js +0 -19
- package/dist/mapping/users/index.d.ts +0 -39
- package/dist/mapping/users/index.js +0 -9
- package/dist/mapping/users/users_championships.d.ts +0 -37
- /package/dist/@types/{championships/bet_users_fields.js → admin/atributos_fields.js} +0 -0
- /package/dist/@types/{championships/bet_users_order.js → admin/atributos_order.js} +0 -0
- /package/dist/@types/{championships/bet_users_select.js → admin/atributos_select.js} +0 -0
- /package/dist/@types/{championships/bet_users_update.js → admin/atributos_update.js} +0 -0
- /package/dist/@types/{championships/bet_users_where.js → admin/atributos_where.js} +0 -0
- /package/dist/@types/{championships/championships_fields.js → admin/categoria_fields.js} +0 -0
- /package/dist/@types/{championships/championships_matches_fields.js → admin/categoria_order.js} +0 -0
- /package/dist/@types/{championships/championships_matches_order.js → admin/categoria_select.js} +0 -0
- /package/dist/@types/{championships/championships_matches_select.js → admin/categoria_update.js} +0 -0
- /package/dist/@types/{championships/championships_matches_update.js → admin/categoria_where.js} +0 -0
- /package/dist/@types/{championships/championships_matches_where.js → admin/ecommerce_fields.js} +0 -0
- /package/dist/@types/{championships/championships_order.js → admin/ecommerce_item_fields.js} +0 -0
- /package/dist/@types/{championships/championships_select.js → admin/ecommerce_item_order.js} +0 -0
- /package/dist/@types/{championships/championships_teams_fields.js → admin/ecommerce_item_select.js} +0 -0
- /package/dist/@types/{championships/championships_teams_order.js → admin/ecommerce_item_update.js} +0 -0
- /package/dist/@types/{championships/championships_teams_select.js → admin/ecommerce_item_where.js} +0 -0
- /package/dist/@types/{championships/championships_teams_update.js → admin/ecommerce_order.js} +0 -0
- /package/dist/@types/{championships/championships_teams_where.js → admin/ecommerce_select.js} +0 -0
- /package/dist/@types/{championships/championships_update.js → admin/ecommerce_update.js} +0 -0
- /package/dist/@types/{championships/championships_users_fields.js → admin/ecommerce_where.js} +0 -0
- /package/dist/@types/{championships/championships_users_order.js → admin/empresa_fields.js} +0 -0
- /package/dist/@types/{championships/championships_users_select.js → admin/empresa_order.js} +0 -0
- /package/dist/@types/{championships/championships_users_update.js → admin/empresa_select.js} +0 -0
- /package/dist/@types/{championships/championships_users_where.js → admin/empresa_update.js} +0 -0
- /package/dist/@types/{championships/championships_where.js → admin/empresa_where.js} +0 -0
- /package/dist/@types/{championships/teams_fields.js → admin/entidade_endereco_fields.js} +0 -0
- /package/dist/@types/{championships/teams_order.js → admin/entidade_endereco_order.js} +0 -0
- /package/dist/@types/{championships/teams_select.js → admin/entidade_endereco_select.js} +0 -0
- /package/dist/@types/{championships/teams_update.js → admin/entidade_endereco_update.js} +0 -0
- /package/dist/@types/{championships/teams_where.js → admin/entidade_endereco_where.js} +0 -0
- /package/dist/@types/{users/transaction_historics_fields.js → admin/entidade_fields.js} +0 -0
- /package/dist/@types/{users/transaction_historics_order.js → admin/entidade_order.js} +0 -0
- /package/dist/@types/{users/transaction_historics_select.js → admin/entidade_select.js} +0 -0
- /package/dist/@types/{users/transaction_historics_update.js → admin/entidade_update.js} +0 -0
- /package/dist/@types/{users/transaction_historics_where.js → admin/entidade_where.js} +0 -0
- /package/dist/@types/{users/transactions_fields.js → admin/item_fields.js} +0 -0
- /package/dist/@types/{users/transactions_order.js → admin/item_order.js} +0 -0
- /package/dist/@types/{users/transactions_select.js → admin/item_select.js} +0 -0
- /package/dist/@types/{users/transactions_update.js → admin/item_update.js} +0 -0
- /package/dist/@types/{users/transactions_where.js → admin/item_variacao_fields.js} +0 -0
- /package/dist/@types/{users/users_bet_fields.js → admin/item_variacao_order.js} +0 -0
- /package/dist/@types/{users/users_bet_order.js → admin/item_variacao_select.js} +0 -0
- /package/dist/@types/{users/users_bet_select.js → admin/item_variacao_update.js} +0 -0
- /package/dist/@types/{users/users_bet_update.js → admin/item_variacao_where.js} +0 -0
- /package/dist/@types/{users/users_bet_where.js → admin/item_where.js} +0 -0
- /package/dist/@types/{users/users_championships_fields.js → admin/marca_fields.js} +0 -0
- /package/dist/@types/{users/users_championships_order.js → admin/marca_order.js} +0 -0
- /package/dist/@types/{users/users_championships_select.js → admin/marca_select.js} +0 -0
- /package/dist/@types/{users/users_championships_update.js → admin/marca_update.js} +0 -0
- /package/dist/@types/{users/users_championships_where.js → admin/marca_where.js} +0 -0
- /package/dist/@types/{users/users_fields.js → admin/operacao_fields.js} +0 -0
- /package/dist/@types/{users/users_order.js → admin/operacao_item_fields.js} +0 -0
- /package/dist/@types/{users/users_select.js → admin/operacao_item_order.js} +0 -0
- /package/dist/@types/{users/users_update.js → admin/operacao_item_select.js} +0 -0
- /package/dist/@types/{users/users_where.js → admin/operacao_item_update.js} +0 -0
- /package/dist/mapping/{championships/championships.d.ts → admin/categoria.d.ts} +0 -0
- /package/dist/mapping/{championships/teams.d.ts → admin/ecommerce.d.ts} +0 -0
- /package/dist/mapping/{championships/bet_users.d.ts → admin/entidade_endereco.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_matches.d.ts → admin/item.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_teams.d.ts → admin/operacao_item.d.ts} +0 -0
- /package/dist/mapping/{championships/championships_users.d.ts → admin/operacao_pagamento.d.ts} +0 -0
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {
|
|
4
|
+
"columns": [
|
|
5
|
+
{
|
|
6
|
+
"name": "id",
|
|
7
|
+
"value": {
|
|
8
|
+
"type": "integer",
|
|
9
|
+
"is_null": "YES",
|
|
10
|
+
"maxlength": null
|
|
11
|
+
},
|
|
12
|
+
"fk_table": "item",
|
|
13
|
+
"fk_reference": "id",
|
|
14
|
+
"pk": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "nome",
|
|
18
|
+
"value": {
|
|
19
|
+
"type": "character varying",
|
|
20
|
+
"is_null": "NO",
|
|
21
|
+
"maxlength": null
|
|
22
|
+
},
|
|
23
|
+
"fk_table": null,
|
|
24
|
+
"fk_reference": null,
|
|
25
|
+
"pk": false
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "descricao",
|
|
29
|
+
"value": {
|
|
30
|
+
"type": "text",
|
|
31
|
+
"is_null": "YES",
|
|
32
|
+
"maxlength": null
|
|
33
|
+
},
|
|
34
|
+
"fk_table": null,
|
|
35
|
+
"fk_reference": null,
|
|
36
|
+
"pk": false
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "sku",
|
|
40
|
+
"value": {
|
|
41
|
+
"type": "integer",
|
|
42
|
+
"is_null": "NO",
|
|
43
|
+
"maxlength": null
|
|
44
|
+
},
|
|
45
|
+
"fk_table": null,
|
|
46
|
+
"fk_reference": null,
|
|
47
|
+
"pk": false
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "preco",
|
|
51
|
+
"value": {
|
|
52
|
+
"type": "numeric",
|
|
53
|
+
"is_null": "NO",
|
|
54
|
+
"maxlength": null
|
|
55
|
+
},
|
|
56
|
+
"fk_table": null,
|
|
57
|
+
"fk_reference": null,
|
|
58
|
+
"pk": false
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "preco_personalizacao",
|
|
62
|
+
"value": {
|
|
63
|
+
"type": "numeric",
|
|
64
|
+
"is_null": "NO",
|
|
65
|
+
"maxlength": null
|
|
66
|
+
},
|
|
67
|
+
"fk_table": null,
|
|
68
|
+
"fk_reference": null,
|
|
69
|
+
"pk": false
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "preco_custo",
|
|
73
|
+
"value": {
|
|
74
|
+
"type": "numeric",
|
|
75
|
+
"is_null": "NO",
|
|
76
|
+
"maxlength": null
|
|
77
|
+
},
|
|
78
|
+
"fk_table": null,
|
|
79
|
+
"fk_reference": null,
|
|
80
|
+
"pk": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "categoria",
|
|
84
|
+
"value": {
|
|
85
|
+
"type": "integer",
|
|
86
|
+
"is_null": "NO",
|
|
87
|
+
"maxlength": null
|
|
88
|
+
},
|
|
89
|
+
"fk_table": "categoria",
|
|
90
|
+
"fk_reference": "id",
|
|
91
|
+
"pk": false
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "marca",
|
|
95
|
+
"value": {
|
|
96
|
+
"type": "integer",
|
|
97
|
+
"is_null": "NO",
|
|
98
|
+
"maxlength": null
|
|
99
|
+
},
|
|
100
|
+
"fk_table": "marca",
|
|
101
|
+
"fk_reference": "id",
|
|
102
|
+
"pk": false
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "unidade_medida",
|
|
106
|
+
"value": {
|
|
107
|
+
"type": "character varying",
|
|
108
|
+
"is_null": "YES",
|
|
109
|
+
"maxlength": null
|
|
110
|
+
},
|
|
111
|
+
"fk_table": null,
|
|
112
|
+
"fk_reference": null,
|
|
113
|
+
"pk": false
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "descricao_detalhada",
|
|
117
|
+
"value": {
|
|
118
|
+
"type": "text",
|
|
119
|
+
"is_null": "YES",
|
|
120
|
+
"maxlength": null
|
|
121
|
+
},
|
|
122
|
+
"fk_table": null,
|
|
123
|
+
"fk_reference": null,
|
|
124
|
+
"pk": false
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "altura",
|
|
128
|
+
"value": {
|
|
129
|
+
"type": "integer",
|
|
130
|
+
"is_null": "NO",
|
|
131
|
+
"maxlength": null
|
|
132
|
+
},
|
|
133
|
+
"fk_table": null,
|
|
134
|
+
"fk_reference": null,
|
|
135
|
+
"pk": false
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "largura",
|
|
139
|
+
"value": {
|
|
140
|
+
"type": "integer",
|
|
141
|
+
"is_null": "NO",
|
|
142
|
+
"maxlength": null
|
|
143
|
+
},
|
|
144
|
+
"fk_table": null,
|
|
145
|
+
"fk_reference": null,
|
|
146
|
+
"pk": false
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "comprimento",
|
|
150
|
+
"value": {
|
|
151
|
+
"type": "integer",
|
|
152
|
+
"is_null": "NO",
|
|
153
|
+
"maxlength": null
|
|
154
|
+
},
|
|
155
|
+
"fk_table": null,
|
|
156
|
+
"fk_reference": null,
|
|
157
|
+
"pk": false
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "volume",
|
|
161
|
+
"value": {
|
|
162
|
+
"type": "numeric",
|
|
163
|
+
"is_null": "NO",
|
|
164
|
+
"maxlength": null
|
|
165
|
+
},
|
|
166
|
+
"fk_table": null,
|
|
167
|
+
"fk_reference": null,
|
|
168
|
+
"pk": false
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "peso",
|
|
172
|
+
"value": {
|
|
173
|
+
"type": "numeric",
|
|
174
|
+
"is_null": "NO",
|
|
175
|
+
"maxlength": null
|
|
176
|
+
},
|
|
177
|
+
"fk_table": null,
|
|
178
|
+
"fk_reference": null,
|
|
179
|
+
"pk": false
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "campos_personalizados",
|
|
183
|
+
"value": {
|
|
184
|
+
"type": "json",
|
|
185
|
+
"is_null": "YES",
|
|
186
|
+
"maxlength": null
|
|
187
|
+
},
|
|
188
|
+
"fk_table": null,
|
|
189
|
+
"fk_reference": null,
|
|
190
|
+
"pk": false
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "ncm",
|
|
194
|
+
"value": {
|
|
195
|
+
"type": "character varying",
|
|
196
|
+
"is_null": "NO",
|
|
197
|
+
"maxlength": null
|
|
198
|
+
},
|
|
199
|
+
"fk_table": null,
|
|
200
|
+
"fk_reference": null,
|
|
201
|
+
"pk": false
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"name": "cest",
|
|
205
|
+
"value": {
|
|
206
|
+
"type": "character varying",
|
|
207
|
+
"is_null": "NO",
|
|
208
|
+
"maxlength": null
|
|
209
|
+
},
|
|
210
|
+
"fk_table": null,
|
|
211
|
+
"fk_reference": null,
|
|
212
|
+
"pk": false
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "gtin",
|
|
216
|
+
"value": {
|
|
217
|
+
"type": "character varying",
|
|
218
|
+
"is_null": "NO",
|
|
219
|
+
"maxlength": null
|
|
220
|
+
},
|
|
221
|
+
"fk_table": null,
|
|
222
|
+
"fk_reference": null,
|
|
223
|
+
"pk": false
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"name": "nve",
|
|
227
|
+
"value": {
|
|
228
|
+
"type": "character varying",
|
|
229
|
+
"is_null": "NO",
|
|
230
|
+
"maxlength": null
|
|
231
|
+
},
|
|
232
|
+
"fk_table": null,
|
|
233
|
+
"fk_reference": null,
|
|
234
|
+
"pk": false
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "cfop",
|
|
238
|
+
"value": {
|
|
239
|
+
"type": "character varying",
|
|
240
|
+
"is_null": "NO",
|
|
241
|
+
"maxlength": null
|
|
242
|
+
},
|
|
243
|
+
"fk_table": null,
|
|
244
|
+
"fk_reference": null,
|
|
245
|
+
"pk": false
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "ipi",
|
|
249
|
+
"value": {
|
|
250
|
+
"type": "character varying",
|
|
251
|
+
"is_null": "NO",
|
|
252
|
+
"maxlength": null
|
|
253
|
+
},
|
|
254
|
+
"fk_table": null,
|
|
255
|
+
"fk_reference": null,
|
|
256
|
+
"pk": false
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "ativo",
|
|
260
|
+
"value": {
|
|
261
|
+
"type": "boolean",
|
|
262
|
+
"is_null": "YES",
|
|
263
|
+
"maxlength": null
|
|
264
|
+
},
|
|
265
|
+
"fk_table": null,
|
|
266
|
+
"fk_reference": null,
|
|
267
|
+
"pk": false
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"fathers": [
|
|
271
|
+
{
|
|
272
|
+
"name": "categoria",
|
|
273
|
+
"value": {
|
|
274
|
+
"type": "integer",
|
|
275
|
+
"is_null": "NO",
|
|
276
|
+
"maxlength": null
|
|
277
|
+
},
|
|
278
|
+
"fk_table": "categoria",
|
|
279
|
+
"fk_reference": "id",
|
|
280
|
+
"pk": false
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "marca",
|
|
284
|
+
"value": {
|
|
285
|
+
"type": "integer",
|
|
286
|
+
"is_null": "NO",
|
|
287
|
+
"maxlength": null
|
|
288
|
+
},
|
|
289
|
+
"fk_table": "marca",
|
|
290
|
+
"fk_reference": "id",
|
|
291
|
+
"pk": false
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"childrens": [
|
|
295
|
+
{
|
|
296
|
+
"name": "item",
|
|
297
|
+
"value": {
|
|
298
|
+
"type": "integer",
|
|
299
|
+
"is_null": "NO",
|
|
300
|
+
"maxlength": null
|
|
301
|
+
},
|
|
302
|
+
"fk_table": "item",
|
|
303
|
+
"fk_reference": "id",
|
|
304
|
+
"pk": false
|
|
305
|
+
}
|
|
306
|
+
],
|
|
307
|
+
"name": "item"
|
|
308
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
columns: ({
|
|
3
|
+
name: string;
|
|
4
|
+
value: {
|
|
5
|
+
type: string;
|
|
6
|
+
is_null: string;
|
|
7
|
+
maxlength: null;
|
|
8
|
+
};
|
|
9
|
+
fk_table: string;
|
|
10
|
+
fk_reference: string;
|
|
11
|
+
pk: boolean;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
value: {
|
|
15
|
+
type: string;
|
|
16
|
+
is_null: string;
|
|
17
|
+
maxlength: null;
|
|
18
|
+
};
|
|
19
|
+
fk_table: null;
|
|
20
|
+
fk_reference: null;
|
|
21
|
+
pk: boolean;
|
|
22
|
+
})[];
|
|
23
|
+
fathers: never[];
|
|
24
|
+
childrens: never[];
|
|
25
|
+
name: string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -9,15 +9,15 @@ exports.default = {
|
|
|
9
9
|
"is_null": "YES",
|
|
10
10
|
"maxlength": null
|
|
11
11
|
},
|
|
12
|
-
"fk_table": "
|
|
12
|
+
"fk_table": "item_variacao",
|
|
13
13
|
"fk_reference": "id",
|
|
14
14
|
"pk": true
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
"name": "
|
|
17
|
+
"name": "nome",
|
|
18
18
|
"value": {
|
|
19
|
-
"type": "
|
|
20
|
-
"is_null": "
|
|
19
|
+
"type": "character varying",
|
|
20
|
+
"is_null": "NO",
|
|
21
21
|
"maxlength": null
|
|
22
22
|
},
|
|
23
23
|
"fk_table": null,
|
|
@@ -25,10 +25,10 @@ exports.default = {
|
|
|
25
25
|
"pk": false
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
|
-
"name": "
|
|
28
|
+
"name": "descricao",
|
|
29
29
|
"value": {
|
|
30
|
-
"type": "
|
|
31
|
-
"is_null": "
|
|
30
|
+
"type": "text",
|
|
31
|
+
"is_null": "YES",
|
|
32
32
|
"maxlength": null
|
|
33
33
|
},
|
|
34
34
|
"fk_table": null,
|
|
@@ -36,9 +36,9 @@ exports.default = {
|
|
|
36
36
|
"pk": false
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"name": "
|
|
39
|
+
"name": "icone",
|
|
40
40
|
"value": {
|
|
41
|
-
"type": "
|
|
41
|
+
"type": "character varying",
|
|
42
42
|
"is_null": "YES",
|
|
43
43
|
"maxlength": null
|
|
44
44
|
},
|
|
@@ -47,9 +47,9 @@ exports.default = {
|
|
|
47
47
|
"pk": false
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
|
-
"name": "
|
|
50
|
+
"name": "preco",
|
|
51
51
|
"value": {
|
|
52
|
-
"type": "
|
|
52
|
+
"type": "numeric",
|
|
53
53
|
"is_null": "NO",
|
|
54
54
|
"maxlength": null
|
|
55
55
|
},
|
|
@@ -58,9 +58,9 @@ exports.default = {
|
|
|
58
58
|
"pk": false
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
|
-
"name": "
|
|
61
|
+
"name": "preco_custo",
|
|
62
62
|
"value": {
|
|
63
|
-
"type": "
|
|
63
|
+
"type": "numeric",
|
|
64
64
|
"is_null": "NO",
|
|
65
65
|
"maxlength": null
|
|
66
66
|
},
|
|
@@ -69,9 +69,9 @@ exports.default = {
|
|
|
69
69
|
"pk": false
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"name": "
|
|
72
|
+
"name": "preco_personalizacao",
|
|
73
73
|
"value": {
|
|
74
|
-
"type": "
|
|
74
|
+
"type": "numeric",
|
|
75
75
|
"is_null": "NO",
|
|
76
76
|
"maxlength": null
|
|
77
77
|
},
|
|
@@ -80,30 +80,29 @@ exports.default = {
|
|
|
80
80
|
"pk": false
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
|
-
"name": "
|
|
83
|
+
"name": "campos_personalizados",
|
|
84
84
|
"value": {
|
|
85
|
-
"type": "
|
|
85
|
+
"type": "json",
|
|
86
86
|
"is_null": "YES",
|
|
87
87
|
"maxlength": null
|
|
88
88
|
},
|
|
89
89
|
"fk_table": null,
|
|
90
90
|
"fk_reference": null,
|
|
91
91
|
"pk": false
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"fathers": [],
|
|
95
|
-
"childrens": [
|
|
92
|
+
},
|
|
96
93
|
{
|
|
97
|
-
"name": "
|
|
94
|
+
"name": "ativo",
|
|
98
95
|
"value": {
|
|
99
|
-
"type": "
|
|
100
|
-
"is_null": "
|
|
96
|
+
"type": "boolean",
|
|
97
|
+
"is_null": "YES",
|
|
101
98
|
"maxlength": null
|
|
102
99
|
},
|
|
103
|
-
"fk_table":
|
|
104
|
-
"fk_reference":
|
|
100
|
+
"fk_table": null,
|
|
101
|
+
"fk_reference": null,
|
|
105
102
|
"pk": false
|
|
106
103
|
}
|
|
107
104
|
],
|
|
108
|
-
"
|
|
105
|
+
"fathers": [],
|
|
106
|
+
"childrens": [],
|
|
107
|
+
"name": "item_variacao"
|
|
109
108
|
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
columns: ({
|
|
3
|
+
name: string;
|
|
4
|
+
value: {
|
|
5
|
+
type: string;
|
|
6
|
+
is_null: string;
|
|
7
|
+
maxlength: null;
|
|
8
|
+
};
|
|
9
|
+
fk_table: string;
|
|
10
|
+
fk_reference: string;
|
|
11
|
+
pk: boolean;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
value: {
|
|
15
|
+
type: string;
|
|
16
|
+
is_null: string;
|
|
17
|
+
maxlength: null;
|
|
18
|
+
};
|
|
19
|
+
fk_table: null;
|
|
20
|
+
fk_reference: null;
|
|
21
|
+
pk: boolean;
|
|
22
|
+
})[];
|
|
23
|
+
fathers: never[];
|
|
24
|
+
childrens: {
|
|
25
|
+
name: string;
|
|
26
|
+
value: {
|
|
27
|
+
type: string;
|
|
28
|
+
is_null: string;
|
|
29
|
+
maxlength: null;
|
|
30
|
+
};
|
|
31
|
+
fk_table: string;
|
|
32
|
+
fk_reference: string;
|
|
33
|
+
pk: boolean;
|
|
34
|
+
}[];
|
|
35
|
+
name: string;
|
|
36
|
+
};
|
|
37
|
+
export default _default;
|
|
@@ -9,25 +9,14 @@ exports.default = {
|
|
|
9
9
|
"is_null": "YES",
|
|
10
10
|
"maxlength": null
|
|
11
11
|
},
|
|
12
|
-
"fk_table": "
|
|
12
|
+
"fk_table": "marca",
|
|
13
13
|
"fk_reference": "id",
|
|
14
14
|
"pk": true
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
"name": "
|
|
17
|
+
"name": "nome",
|
|
18
18
|
"value": {
|
|
19
|
-
"type": "
|
|
20
|
-
"is_null": "YES",
|
|
21
|
-
"maxlength": null
|
|
22
|
-
},
|
|
23
|
-
"fk_table": "users",
|
|
24
|
-
"fk_reference": "id",
|
|
25
|
-
"pk": false
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "match",
|
|
29
|
-
"value": {
|
|
30
|
-
"type": "integer",
|
|
19
|
+
"type": "character varying",
|
|
31
20
|
"is_null": "NO",
|
|
32
21
|
"maxlength": null
|
|
33
22
|
},
|
|
@@ -36,20 +25,9 @@ exports.default = {
|
|
|
36
25
|
"pk": false
|
|
37
26
|
},
|
|
38
27
|
{
|
|
39
|
-
"name": "
|
|
40
|
-
"value": {
|
|
41
|
-
"type": "integer",
|
|
42
|
-
"is_null": "YES",
|
|
43
|
-
"maxlength": null
|
|
44
|
-
},
|
|
45
|
-
"fk_table": null,
|
|
46
|
-
"fk_reference": null,
|
|
47
|
-
"pk": false
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "team_a_goals",
|
|
28
|
+
"name": "descricao",
|
|
51
29
|
"value": {
|
|
52
|
-
"type": "
|
|
30
|
+
"type": "text",
|
|
53
31
|
"is_null": "YES",
|
|
54
32
|
"maxlength": null
|
|
55
33
|
},
|
|
@@ -58,9 +36,9 @@ exports.default = {
|
|
|
58
36
|
"pk": false
|
|
59
37
|
},
|
|
60
38
|
{
|
|
61
|
-
"name": "
|
|
39
|
+
"name": "imagem",
|
|
62
40
|
"value": {
|
|
63
|
-
"type": "
|
|
41
|
+
"type": "text",
|
|
64
42
|
"is_null": "YES",
|
|
65
43
|
"maxlength": null
|
|
66
44
|
},
|
|
@@ -69,9 +47,9 @@ exports.default = {
|
|
|
69
47
|
"pk": false
|
|
70
48
|
},
|
|
71
49
|
{
|
|
72
|
-
"name": "
|
|
50
|
+
"name": "icone",
|
|
73
51
|
"value": {
|
|
74
|
-
"type": "
|
|
52
|
+
"type": "character varying",
|
|
75
53
|
"is_null": "YES",
|
|
76
54
|
"maxlength": null
|
|
77
55
|
},
|
|
@@ -80,18 +58,7 @@ exports.default = {
|
|
|
80
58
|
"pk": false
|
|
81
59
|
},
|
|
82
60
|
{
|
|
83
|
-
"name": "
|
|
84
|
-
"value": {
|
|
85
|
-
"type": "timestamp without time zone",
|
|
86
|
-
"is_null": "NO",
|
|
87
|
-
"maxlength": null
|
|
88
|
-
},
|
|
89
|
-
"fk_table": null,
|
|
90
|
-
"fk_reference": null,
|
|
91
|
-
"pk": false
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"name": "processed",
|
|
61
|
+
"name": "is_padrao",
|
|
95
62
|
"value": {
|
|
96
63
|
"type": "boolean",
|
|
97
64
|
"is_null": "YES",
|
|
@@ -102,19 +69,19 @@ exports.default = {
|
|
|
102
69
|
"pk": false
|
|
103
70
|
}
|
|
104
71
|
],
|
|
105
|
-
"fathers": [
|
|
72
|
+
"fathers": [],
|
|
73
|
+
"childrens": [
|
|
106
74
|
{
|
|
107
|
-
"name": "
|
|
75
|
+
"name": "marca",
|
|
108
76
|
"value": {
|
|
109
77
|
"type": "integer",
|
|
110
|
-
"is_null": "
|
|
78
|
+
"is_null": "NO",
|
|
111
79
|
"maxlength": null
|
|
112
80
|
},
|
|
113
|
-
"fk_table": "
|
|
81
|
+
"fk_table": "marca",
|
|
114
82
|
"fk_reference": "id",
|
|
115
83
|
"pk": false
|
|
116
84
|
}
|
|
117
85
|
],
|
|
118
|
-
"
|
|
119
|
-
"name": "users_bet"
|
|
86
|
+
"name": "marca"
|
|
120
87
|
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
columns: ({
|
|
3
|
+
name: string;
|
|
4
|
+
value: {
|
|
5
|
+
type: string;
|
|
6
|
+
is_null: string;
|
|
7
|
+
maxlength: null;
|
|
8
|
+
};
|
|
9
|
+
fk_table: string;
|
|
10
|
+
fk_reference: string;
|
|
11
|
+
pk: boolean;
|
|
12
|
+
} | {
|
|
13
|
+
name: string;
|
|
14
|
+
value: {
|
|
15
|
+
type: string;
|
|
16
|
+
is_null: string;
|
|
17
|
+
maxlength: null;
|
|
18
|
+
};
|
|
19
|
+
fk_table: null;
|
|
20
|
+
fk_reference: null;
|
|
21
|
+
pk: boolean;
|
|
22
|
+
})[];
|
|
23
|
+
fathers: {
|
|
24
|
+
name: string;
|
|
25
|
+
value: {
|
|
26
|
+
type: string;
|
|
27
|
+
is_null: string;
|
|
28
|
+
maxlength: null;
|
|
29
|
+
};
|
|
30
|
+
fk_table: string;
|
|
31
|
+
fk_reference: string;
|
|
32
|
+
pk: boolean;
|
|
33
|
+
}[];
|
|
34
|
+
childrens: {
|
|
35
|
+
name: string;
|
|
36
|
+
value: {
|
|
37
|
+
type: string;
|
|
38
|
+
is_null: string;
|
|
39
|
+
maxlength: null;
|
|
40
|
+
};
|
|
41
|
+
fk_table: string;
|
|
42
|
+
fk_reference: string;
|
|
43
|
+
pk: boolean;
|
|
44
|
+
}[];
|
|
45
|
+
name: string;
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|