(I'm only intermediate with SQLite and the provider, but I'll try an answer..)
Datatypes in SQLite are dynamic, so you can't set it explicitly to a magnitude.
More information here: http://www.sqlite.org/datatype3.html
My guess is that with the default value it'll be good.
Or you may need to set it to: <Property Name="param_id" Type="Int64" Nullable="false" /> in the <edmx:ConceptualModels> section.