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

  • Home
  • SEARCH
  • 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 7188639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:07:40+00:00 2026-05-28T19:07:40+00:00

It just works when I simply do an inheritance with my class class User(Base):

  • 0

It just works when I simply do an inheritance with my class

class User(Base):
    __tablename__ = ’users’
    id = Column(Integer, primary_key=True)
    name = Column(String)
    fullname = Column(String)
    password = Column(String)

And then i’m able to create the table using Base.metadata.create_all(engine)

My question is, how can sqlalchemy know that i have already defined User (inherited from Base) ?

  • 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-28T19:07:42+00:00Added an answer on May 28, 2026 at 7:07 pm

    Each declarative base class maintains the registry of descended classes, which is filled when class definition is executed (in __init__() method of metaclass). But this registry is not actually used by create_all(). The MetaData instance (Base.metadata) is a part of SQLAlchemy core (not ORM) and is responsible for maintaining the registry of tables. MetaData instance remembers the table when it is created (and stored in __table__ attribute of class) from the same __init__() method of declarative metaclass. You can get this list of tables through Base.metadata.sorted_tables property.

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

Sidebar

Related Questions

This works just fine: protected void txtTest_Load(object sender, EventArgs e) { if (sender is
I need a collection that works just like a Dictionary/Hashtable in a sense that
So the utility Diff works just like I want for 2 files, but I
I have the following code which works just fine when the method is POST,
I currently have a UINavigationController based application that works just fine. I'd like to
I have written a SQL query that works just fine, but am having a
I generate csv files with fputcsv and it works just fine, but when I
I have a SqlDump.sql file that works just fine when I apply it using
I've got a UITabBar based application that works just fine. Under certain circumstances I
We have a classic ASP application that simply works and we have been loathe

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.