You don't say how you will create the project number?
Assuming project_number column is string in the database, then you could use a mutator to set it.
Alternatively you could let it rest in the database in numeric (non-padded) form and create an accessor so that whenever you read the number it was padded out.