All public logs

Jump to: navigation, search

Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:58, 6 October 2023 Admin talk contribs created page Create Foreign Key Relationship Between Ecto Tables (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...")