Where do you see the database table structure required for Realtime configuration
The DDL is generated from the Alembic scripts in the contrib/ast-db-manage directory. If you have Alembic installed, you can run alembic -c config.ini.sample upgrade head --sql
from that directory. The easiest way to get the DDL though is from a release tarball. When we do a release, we automatically export the DDL into the contrib/realtime directory before we create the tarball. You’ll find two subdirectories there, one for mysql and one for postgres.
1 Like