|
| 1 | +<?php return 'Found 4 models. |
| 2 | +Inspecting model relations. |
| 3 | +
|
| 4 | + 1/4 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25% |
| 5 | + 2/4 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50% |
| 6 | + 3/4 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75% |
| 7 | + 4/4 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%digraph "G" { |
| 8 | +style="filled" |
| 9 | +bgcolor="#F7F7F7" |
| 10 | +fontsize="12" |
| 11 | +labelloc="t" |
| 12 | +concentrate="1" |
| 13 | +splines="polyline" |
| 14 | +overlap="" |
| 15 | +nodesep="1" |
| 16 | +rankdir="LR" |
| 17 | +pad="0.5" |
| 18 | +ranksep="2" |
| 19 | +esep="1" |
| 20 | +fontname="Helvetica Neue" |
| 21 | +beyondcodeerdgeneratortestsmodelsavatar:user_id -> beyondcodeerdgeneratortestsmodelsuser:id [ |
| 22 | +label=" " |
| 23 | +xlabel="BelongsTo |
| 24 | +user" |
| 25 | +color="#F77F00" |
| 26 | +penwidth="1.8" |
| 27 | +fontname="Helvetica Neue" |
| 28 | +dir="both" |
| 29 | +arrowhead="tee" |
| 30 | +arrowtail="crow" |
| 31 | +] |
| 32 | +beyondcodeerdgeneratortestsmodelscomment:user_id -> beyondcodeerdgeneratortestsmodelsuser:id [ |
| 33 | +label=" " |
| 34 | +xlabel="BelongsTo |
| 35 | +user" |
| 36 | +color="#F77F00" |
| 37 | +penwidth="1.8" |
| 38 | +fontname="Helvetica Neue" |
| 39 | +dir="both" |
| 40 | +arrowhead="tee" |
| 41 | +arrowtail="crow" |
| 42 | +] |
| 43 | +beyondcodeerdgeneratortestsmodelspost:user_id -> beyondcodeerdgeneratortestsmodelsuser:id [ |
| 44 | +label=" " |
| 45 | +xlabel="BelongsTo |
| 46 | +user" |
| 47 | +color="#F77F00" |
| 48 | +penwidth="1.8" |
| 49 | +fontname="Helvetica Neue" |
| 50 | +dir="both" |
| 51 | +arrowhead="tee" |
| 52 | +arrowtail="crow" |
| 53 | +] |
| 54 | +beyondcodeerdgeneratortestsmodelspost:id -> beyondcodeerdgeneratortestsmodelscomment:post_id [ |
| 55 | +label=" " |
| 56 | +xlabel="HasMany |
| 57 | +comments" |
| 58 | +color="#FCBF49" |
| 59 | +penwidth="1.8" |
| 60 | +fontname="Helvetica Neue" |
| 61 | +dir="both" |
| 62 | +arrowhead="crow" |
| 63 | +arrowtail="none" |
| 64 | +] |
| 65 | +beyondcodeerdgeneratortestsmodelsuser:id -> beyondcodeerdgeneratortestsmodelspost:user_id [ |
| 66 | +label=" " |
| 67 | +xlabel="HasMany |
| 68 | +posts" |
| 69 | +color="#FCBF49" |
| 70 | +penwidth="1.8" |
| 71 | +fontname="Helvetica Neue" |
| 72 | +dir="both" |
| 73 | +arrowhead="crow" |
| 74 | +arrowtail="none" |
| 75 | +] |
| 76 | +beyondcodeerdgeneratortestsmodelsuser:id -> beyondcodeerdgeneratortestsmodelsavatar:user_id [ |
| 77 | +label=" " |
| 78 | +xlabel="HasOne |
| 79 | +avatar" |
| 80 | +color="#D62828" |
| 81 | +penwidth="1.8" |
| 82 | +fontname="Helvetica Neue" |
| 83 | +dir="both" |
| 84 | +arrowhead="tee" |
| 85 | +arrowtail="none" |
| 86 | +] |
| 87 | +beyondcodeerdgeneratortestsmodelsuser -> beyondcodeerdgeneratortestsmodelscomment [ |
| 88 | +label=" " |
| 89 | +xlabel="BelongsToMany |
| 90 | +comments" |
| 91 | +color="#003049" |
| 92 | +penwidth="1.8" |
| 93 | +fontname="Helvetica Neue" |
| 94 | +] |
| 95 | +"beyondcodeerdgeneratortestsmodelsavatar" [ |
| 96 | +label=<<table width="100%" height="100%" border="0" margin="0" cellborder="1" cellspacing="0" cellpadding="10"> |
| 97 | +<tr width="100%"><td width="100%" bgcolor="#d3d3d3"><font color="#333333">Avatar</font></td></tr> |
| 98 | +<tr width="100%"><td port="id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >id (integer)</font></td></tr> |
| 99 | +<tr width="100%"><td port="url" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >url (string)</font></td></tr> |
| 100 | +<tr width="100%"><td port="created_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >created_at (datetime)</font></td></tr> |
| 101 | +<tr width="100%"><td port="updated_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >updated_at (datetime)</font></td></tr> |
| 102 | +</table>> |
| 103 | +margin="0" |
| 104 | +shape="rectangle" |
| 105 | +fontname="Helvetica Neue" |
| 106 | +] |
| 107 | +"beyondcodeerdgeneratortestsmodelscomment" [ |
| 108 | +label=<<table width="100%" height="100%" border="0" margin="0" cellborder="1" cellspacing="0" cellpadding="10"> |
| 109 | +<tr width="100%"><td width="100%" bgcolor="#d3d3d3"><font color="#333333">Comment</font></td></tr> |
| 110 | +<tr width="100%"><td port="id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >id (integer)</font></td></tr> |
| 111 | +<tr width="100%"><td port="post_id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >post_id (integer)</font></td></tr> |
| 112 | +<tr width="100%"><td port="body" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >body (string)</font></td></tr> |
| 113 | +<tr width="100%"><td port="commentable_type" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >commentable_type (string)</font></td></tr> |
| 114 | +<tr width="100%"><td port="commentable_id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >commentable_id (integer)</font></td></tr> |
| 115 | +</table>> |
| 116 | +margin="0" |
| 117 | +shape="rectangle" |
| 118 | +fontname="Helvetica Neue" |
| 119 | +] |
| 120 | +"beyondcodeerdgeneratortestsmodelspost" [ |
| 121 | +label=<<table width="100%" height="100%" border="0" margin="0" cellborder="1" cellspacing="0" cellpadding="10"> |
| 122 | +<tr width="100%"><td width="100%" bgcolor="#d3d3d3"><font color="#333333">Post</font></td></tr> |
| 123 | +<tr width="100%"><td port="id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >id (integer)</font></td></tr> |
| 124 | +<tr width="100%"><td port="user_id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >user_id (integer)</font></td></tr> |
| 125 | +<tr width="100%"><td port="title" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >title (string)</font></td></tr> |
| 126 | +<tr width="100%"><td port="body" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >body (text)</font></td></tr> |
| 127 | +<tr width="100%"><td port="created_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >created_at (datetime)</font></td></tr> |
| 128 | +<tr width="100%"><td port="updated_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >updated_at (datetime)</font></td></tr> |
| 129 | +</table>> |
| 130 | +margin="0" |
| 131 | +shape="rectangle" |
| 132 | +fontname="Helvetica Neue" |
| 133 | +] |
| 134 | +"beyondcodeerdgeneratortestsmodelsuser" [ |
| 135 | +label=<<table width="100%" height="100%" border="0" margin="0" cellborder="1" cellspacing="0" cellpadding="10"> |
| 136 | +<tr width="100%"><td width="100%" bgcolor="#d3d3d3"><font color="#333333">User</font></td></tr> |
| 137 | +<tr width="100%"><td port="id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >id (integer)</font></td></tr> |
| 138 | +<tr width="100%"><td port="avatar_id" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >avatar_id (integer)</font></td></tr> |
| 139 | +<tr width="100%"><td port="name" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >name (string)</font></td></tr> |
| 140 | +<tr width="100%"><td port="email" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >email (string)</font></td></tr> |
| 141 | +<tr width="100%"><td port="created_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >created_at (datetime)</font></td></tr> |
| 142 | +<tr width="100%"><td port="updated_at" align="left" width="100%" bgcolor="#ffffff"><font color="#333333" >updated_at (datetime)</font></td></tr> |
| 143 | +</table>> |
| 144 | +margin="0" |
| 145 | +shape="rectangle" |
| 146 | +fontname="Helvetica Neue" |
| 147 | +] |
| 148 | +} |
| 149 | +'; |
0 commit comments