简体   繁体   中英

Column, parameter, or variable #6: Cannot find data type datetime2 in ASP.net core API project

在此处输入图像描述

When i run update-database in nuget console then datetime2 error comes, but when migration file has DateTime type for Doj field. Please provide solution.

I deleted the migration file and then regenerate it by commend add-migration init and then update-database but not working and same error comes. Result : Database created but tables not, means connection string is working.

finally problem solved,

Actually my sql server is old version and cannot have datetime2 type of datatype then i have to change type of insert data DOJ迁移文件的变化

then again i ran command

update-database

and table created successfully.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM