CreateTable returns the SQL statement to create the repository table.
()
| 8 | type SQLRepositoryDialect interface { |
| 9 | // CreateTable returns the SQL statement to create the repository table. |
| 10 | CreateTable() string |
| 11 | |
| 12 | // DropTable returns the SQL statement to drop the repository table. |
| 13 | DropTable() string |
no outgoing calls
no test coverage detected