magento2-model-generator icon indicating copy to clipboard operation
magento2-model-generator copied to clipboard

Rapidly create Magento 2 models

Results 4 magento2-model-generator issues
Sort by recently updated
recently updated
newest added

Bumps [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) from 0.4.0 to 0.6.0. Commits 870e1f0 chore: release v0.6.0 c7372bd chore: release v0.5.7 db6bc2e chore: release v0.5.6 a4ab4f5 feat(module): support customizable config.configFile, use relative path to ... 780514b...

dependencies
javascript

**1. Cannot Allow Fulltext Search on integer columns** ``` SQLSTATE[HY000]: General error: 1283 Column 'entity_id' cannot be part of FULLTEXT index, query was: CREATE TABLE `vendorname_test_blog` ( `entity_id` int UNSIGNED...

Allow for `created_at` and `updated_at` to be automatically set to the correct value.

This allows consuming the data through the rest APIs.