Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6551241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:18:49+00:00 2026-05-25T12:18:49+00:00

I am using EF CF approach for a website with MySQL. For some reason

  • 0

I am using EF CF approach for a website with MySQL.
For some reason EF creates a column in my Post table called “Discriminator” and contains the VARCHAR “Post”.

Why is this column created? Can I do something to avoid it being created? Are there any advantages of having this column?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T12:18:50+00:00Added an answer on May 25, 2026 at 12:18 pm

    The Discriminator column is used and required in Table-Per-Hierarchy inheritance scenarios. If you for example have a model like this …

    public abstract class BaseEntity
    {
        public int Id { get; set; }
        //...
    }
    
    public class Post : BaseEntity
    {
        //...
    }
    
    public class OtherEntity : BaseEntity
    {
        //...
    }
    

    … and make the BaseEntity part of the model, for instance by adding a DbSet<BaseEntity> to your derived context, Entity Framework will map this class hierarchy by default into a single table, but introduce a special column – the Discriminator – to distinguish between the different types (Post or OtherEntity) stored in this table. This column gets populated with the name of the type (again Post or OtherEntity).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a 3-column website using a layout like this: <div id='left' style='left: 0;
I'm using this approach to display an icon near each link to a file
Greetings, I'm building my personal website using php. My standard approach is to use
I'm building an IMDB.com like website using PHP/jQuery and a MVC approach (no OOP).
i am using gwt to create a website. this question is regarding a login
I want to automate filling in data on a website using clojure. For this
I am using git to manage a dynamic website (PHP + MySQL) and I
I am designing a website which will query a simple MySQL database using AJAX
I've created a new MVC 3 website using EF 4.1 with DB first approach.
I'm currently building a multilingual website using PHP and MySQL and am wondering what

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.