mirror of
https://github.com/knex/knex.git
synced 2025-07-11 11:01:54 +00:00
9 lines
84 B
Plaintext
9 lines
84 B
Plaintext
![]() |
|
||
|
exports.up = function(Knex, when) {
|
||
|
|
||
|
};
|
||
|
|
||
|
exports.down = function(Knex, when) {
|
||
|
|
||
|
};
|