Create Foreign Key Relationship Between Ecto Tables: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 October 2023

19 October 2023

12 October 2023

10 October 2023

9 October 2023

8 October 2023

6 October 2023

  • curprev 14:2514:25, 6 October 2023Admin talk contribs 2,970 bytes +191 No edit summary
  • curprev 00:5800:58, 6 October 2023Admin talk contribs 2,779 bytes +2,779 Created page with "{{In_progress}} My goal is to create two html generated tables in Phoenix. * Testbed(s) * Group(s) I want to create a relationship between these two tables so that: * A Group can have many Testbeds * Each Testbed can belong to 1 Group * I intend to write front end code that presents this relationship to the user. Steps In Phoenix I generated the two tables and related UI code using these commands: <source> mix phx.gen.html Testbeds Testbed testbeds name:string mi..."