▶️ Boolean vs Datetime for Marking States — Rather than mark a row in your database as...
▶️ Boolean vs Datetime for Marking States — Rather than mark a row in your database as being published or unpublished, boolean style, why not use a datetime column to indicate when it was published? David looks at how this can work in a Rails app.