Sohel Ahmed Mesaniya

Results 66 comments of Sohel Ahmed Mesaniya

If a property is of type `boolean` and has default value then this should not be generated in migration file: ```php $this->boolean()->null()->defaultValue(false) ``` Here `null()` is present however ideally it...

There is nothing wrong `redelivery_of_id`. Certainly I can use some other name also with suffix `_id`. Here `redelivery_of` is just an example. At the end I am trying to say...

As of now I need to use with JSON:API. I am using [your package](https://github.com/Insolita/yii2-fractal). It is very helpful. Generic actions fulfil my most use-cases. I am using it most to...

I suggest to make module creation for every prefix optional. Example: Lets take my above `calendar` example. I need `calendar` prefix in my path but don't want `calendar` Yii module...

> But what by you mind should be for You mean to ask what are my thoughts about controller and action for below paths? If yes, then I think we...

Completing this PR in https://github.com/cebe/yii2-openapi/pull/112

Fields with `json` type also create error like as in [`enum`](https://github.com/cebe/yii2-openapi/issues/100#issuecomment-1135982903) Also there are separate errors related `json`. It will require [separate issue](https://github.com/cebe/yii2-openapi/issues/109).

Moved [enum issue](https://github.com/cebe/yii2-openapi/issues/100#issuecomment-1135982903) to [separate issue](https://github.com/cebe/yii2-openapi/issues/111) So that this issue focus only on timestamp issue.

I tested with MySQL. I added new property in schema, then executed `./yii gii/api`. Migration for new column does not have [`after()`](https://github.com/yiisoft/yii2/blob/master/framework/db/ColumnSchemaBuilder.php#L234) but when I apply newly created migration it...

This pull request is ready for review