()
| 106 | } |
| 107 | |
| 108 | func (s Schema) Sqlite3() (string, string, string) { |
| 109 | return strings.Replace(s.create, `now()`, `CURRENT_TIMESTAMP`, -1), s.drop, `CURRENT_TIMESTAMP` |
| 110 | } |
| 111 | |
| 112 | var defaultSchema = Schema{ |
| 113 | create: ` |
no outgoing calls
no test coverage detected