From 44d65c36dbe2f38eacb1858a99996c025b755937 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Mon, 8 May 2017 13:36:20 +0200 Subject: Document not using polymorphic associations Instead of using polymorphic associations a developer should use separate tables. --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index af4131c4a8f..83eef9dadc3 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -51,6 +51,7 @@ - [Post Deployment Migrations](post_deployment_migrations.md) - [Foreign Keys & Associations](foreign_keys.md) - [Serializing Data](serializing_data.md) +- [Polymorphic Associations](polymorphic_associations.md) ## i18n -- cgit v1.2.1 From 4ff1aaedc29c65fca49d93fb781e3cc7d7006fba Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Fri, 2 Jun 2017 14:34:26 +0200 Subject: Document not using STI --- doc/development/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 83eef9dadc3..40addfd8a4c 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -52,6 +52,7 @@ - [Foreign Keys & Associations](foreign_keys.md) - [Serializing Data](serializing_data.md) - [Polymorphic Associations](polymorphic_associations.md) +- [Single Table Inheritance](single_table_inheritance.md) ## i18n -- cgit v1.2.1