You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output other metrics like number of tables and columns
It would be interesting to compare number of tables vs. number of models. It could be a good indicator about the complexity of the application, presence of STIs, polymorphism, etc...
In the most basic format, it could count the number of create_table in the schema.rb or CREATE TABLE in the structure.sql
The text was updated successfully, but these errors were encountered:
Hi there,
This is coming from the README:
It would be interesting to compare number of tables vs. number of models. It could be a good indicator about the complexity of the application, presence of STIs, polymorphism, etc...
In the most basic format, it could count the number of
create_table
in theschema.rb
orCREATE TABLE
in thestructure.sql
The text was updated successfully, but these errors were encountered: