| 118 | } |
| 119 | |
| 120 | type AddIndex struct { |
| 121 | statement string |
| 122 | tableName QualifiedName |
| 123 | constraint bool |
| 124 | index Index |
| 125 | } |
| 126 | |
| 127 | type AddPrimaryKey struct { |
| 128 | statement string |
nothing calls this directly
no outgoing calls
no test coverage detected