references when migrating models
How do we build migrations and references
Last updated: Jan 6, 2025
🟧
rails
models
references
When creating references in model generation -> it creates migrations.
Migration files references other tables.
the table is referenced using singular terms.
the table reference should be of small caps - or it is case sensitive.