(Field<?> d, Field<?> f)
| 90 | } |
| 91 | |
| 92 | static final Field<?> patchDefault(Field<?> d, Field<?> f) { |
| 93 | if (d instanceof Default) |
| 94 | return orElse(f.getDataType().default_(), () -> DSL.inline(null, f)); |
| 95 | |
| 96 | return d; |
| 97 | } |
| 98 | } |
no test coverage detected