use codefirst how to set the model's decimal field,when the database creating can be generate like decimal(18,5)
Comments: You can use the HasPrecision/HasScale fluent APIs to do this.
Comments: You can use the HasPrecision/HasScale fluent APIs to do this.