(data string)
| 59 | } |
| 60 | |
| 61 | func (c *CreateOptions) SetSQLDown(data string) error { |
| 62 | c.SQLDown = []byte(data) |
| 63 | return nil |
| 64 | } |
| 65 | |
| 66 | func (c *CreateOptions) Create() error { |
| 67 | var op errors.Op = "cmd.CreateOptions.Create" |
no outgoing calls
no test coverage detected