I want to prevent a column from updating in model
I don't want update a column that is in my model
is any way for that like
@column({update: false})
public attribute_id: number
I want to prevent a column from updating in model
I don't want update a column that is in my model
is any way for that like
@column({update: false})
public attribute_id: number