feat: [#280] Implement Create and DropIfExists methods of Schema #646
78.15% of diff hit (target 70.08%)
View this Pull Request on Codecov
78.15% of diff hit (target 70.08%)
Annotations
Check warning on line 28 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L26-L28
Added lines #L26 - L28 were not covered by tests
Check warning on line 31 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L31
Added line #L31 was not covered by tests
Check warning on line 36 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L36
Added line #L36 was not covered by tests
Check warning on line 51 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L51
Added line #L51 was not covered by tests
Check warning on line 59 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L59
Added line #L59 was not covered by tests
Check warning on line 64 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L64
Added line #L64 was not covered by tests
Check warning on line 75 in database/migration/column.go
codecov / codecov/patch
database/migration/column.go#L75
Added line #L75 was not covered by tests
Check warning on line 21 in database/migration/grammars/postgres.go
codecov / codecov/patch
database/migration/grammars/postgres.go#L18-L21
Added lines #L18 - L21 were not covered by tests
Check warning on line 26 in database/migration/grammars/postgres.go
codecov / codecov/patch
database/migration/grammars/postgres.go#L23-L26
Added lines #L23 - L26 were not covered by tests
Check warning on line 29 in database/migration/grammars/postgres.go
codecov / codecov/patch
database/migration/grammars/postgres.go#L29
Added line #L29 was not covered by tests
Check warning on line 41 in database/migration/grammars/postgres.go
codecov / codecov/patch
database/migration/grammars/postgres.go#L40-L41
Added lines #L40 - L41 were not covered by tests
Check warning on line 44 in database/migration/grammars/utils.go
codecov / codecov/patch
database/migration/grammars/utils.go#L44
Added line #L44 was not covered by tests
Check warning on line 18 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L14-L18
Added lines #L14 - L18 were not covered by tests
Check warning on line 22 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L22
Added line #L22 was not covered by tests
Check warning on line 24 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L24
Added line #L24 was not covered by tests
Check warning on line 27 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L27
Added line #L27 was not covered by tests
Check warning on line 29 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L29
Added line #L29 was not covered by tests
Check warning on line 32 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L32
Added line #L32 was not covered by tests
Check warning on line 34 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L34
Added line #L34 was not covered by tests
Check warning on line 37 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L37
Added line #L37 was not covered by tests
Check warning on line 39 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L39
Added line #L39 was not covered by tests
Check warning on line 42 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L42
Added line #L42 was not covered by tests
Check warning on line 44 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L44
Added line #L44 was not covered by tests
Check warning on line 47 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L47
Added line #L47 was not covered by tests
Check warning on line 49 in database/migration/respository.go
codecov / codecov/patch
database/migration/respository.go#L49
Added line #L49 was not covered by tests