MCPcopy
hub / github.com/reflex-dev/reflex / create_all

Method create_all

reflex/model.py:589–592  ·  view source on GitHub ↗

Create all the tables.

()

Source from the content-addressed store, hash-verified

587
588 @staticmethod
589 def create_all():
590 """Create all the tables."""
591 _warn_about_model_deprecation()
592 create_all()
593
594 @staticmethod
595 def get_db_engine():

Callers 1

create_allFunction · 0.80

Calls 2

create_allFunction · 0.85

Tested by

no test coverage detected