Add created_from_raw column to batch_specs
Created by: mrnugget
This column helps us distinguish between batch specs that were uploaded
from the src-cli (non-SSBC) and those that were created with the
createBatchSpecFromRaw
mutation (SSBC).
I already added a resolver test just to make sure that everything works. I'll flesh that test out in subsequent PRs.