UNPKG

ghost

Version:

The professional publishing platform

8 lines (6 loc) 187 B
const {createDropColumnMigration} = require('../../utils'); module.exports = createDropColumnMigration('posts', 'page', { type: 'bool', nullable: false, defaultTo: false });