yii2mod / yii2-settings

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

Fix letter #2

Closed springimport closed 8 years ago

springimport commented 8 years ago

Please, change the first letter of the name of a table.

disem commented 8 years ago

We won't do this. You can create an own migration to rename the table in your project but you will also need to update the SettingModel (you'll probably need dependency injection) to support this table name.

springimport commented 8 years ago

But MySQL naming / coding conventions ... 1 2

However, this same statement is permitted on Windows. To avoid problems caused by such differences, it is best to adopt a consistent convention, such as always creating and referring to databases and tables using lowercase names. This convention is recommended for maximum portability and ease of use. MySQL 5.6 Reference Manual: 9.2.2 Identifier Case Sensitivity