| 131 | } |
| 132 | |
| 133 | type AddForeignKey struct { |
| 134 | statement string |
| 135 | tableName QualifiedName |
| 136 | foreignKey ForeignKey |
| 137 | } |
| 138 | |
| 139 | type AddExclusion struct { |
| 140 | statement string |
nothing calls this directly
no outgoing calls
no test coverage detected