SetDisableCreateTable sets the boolean to disable the creation of the migration table
(disable bool)
| 113 | |
| 114 | // SetDisableCreateTable sets the boolean to disable the creation of the migration table |
| 115 | func SetDisableCreateTable(disable bool) { |
| 116 | migSet.DisableCreateTable = disable |
| 117 | } |
| 118 | |
| 119 | // SetIgnoreUnknown sets the flag that skips database check to see if there is a |
| 120 | // migration in the database that is not in migration source. |
no outgoing calls
searching dependent graphs…