Is there a way to replace list value from 1 to Yes in backend form/list?
Example Database table entries
id - auto_increment
title - varchar
date - date
time - time
text - text
public - INT (1)
Now i created list in Builder which looks like this
So how would i replace 1 with Yes?
