Add database fields

Laraship QuestionsCategory: TechnicalAdd database fields
st3fan asked 5 years ago

Is it ok/allowed to add custom database fields into the "users" table without the risk of loosing this data on a update somewhere in the future?

1 Answers
laraship Staff answered 5 years ago

Hello,

We dont really recommned to add custom column, because of future conflict in case we added the same column name, so our suggestion

1) user properties column that can be used to set and get property

2) use custom fields manager

3) add a column with very custom name so we dont add a similar on the future