How to specify table name with Entity Framework Code First Fluent API January 3, 2023 by Tarik You can also use the Table annotation: [Table("InternalBlogs")] public class Blog See: Code First Data Annotations