Why bother? Just store it as a complete date (perhaps always using the first as the day) and use the database functions MONTH()
and YEAR()
if you only need part of it. This makes using that field much easier as you can still do range queries, etc.