Project
static_list
In your application you may want to handle things in your User model like sex (female, male) or other static lists.
You want these lists to be handled using 'textual keys' in your application but stored in your database using codes in an integer column.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development