Sample Header Ad - 728x90

MySQL similar name for status or type column

3 votes
4 answers
8433 views
As status and type is reserved key in MySQL, I need a column name similar to status to identify the status of a row. I know there is way to ignore this problem but in different language and different framework it suddenly arise this problem in different way, so I need to ignore this word and need a similar word that sound almost same and can be understandable from the name. The potential values for my use case are true/false. What do you suggest to name a Boolean column that defines the status of that row? Here status is defining that row if it is active or inactive. And not every where I'm using status column for this purpose, Somewhere status column is defining if the status is pending, current, confirmed, applied, rejected, etc. Like this shorts of key.
Asked by M.A.K. Ripon (101 rep)
Sep 21, 2017, 05:45 AM
Last activity: Oct 4, 2017, 12:56 PM