yii2mod / yii2-settings

Persistent settings in Yii2
MIT License
102 stars 33 forks source link

add description column #8

Closed masihfathi closed 7 years ago

masihfathi commented 7 years ago

thanks for your extension. is it good idea to add "description" column to setting table and models?(just for further information for key and value)

ihorchepurnyi commented 7 years ago

Hi, it's a good idea. I'm going to do this today.

masihfathi commented 7 years ago

Thanks for your efforts

ihorchepurnyi commented 7 years ago

I merged new pull request for this feature. Now, you can update your package and execute the new migration for description column by the following command:

$ php yii migrate --migrationPath=@vendor/yii2mod/yii2-settings/migrations