UNPKG

ghost

Version:

The professional publishing platform

4 lines (2 loc) 185 B
const {createDropColumnMigration} = require('../../utils'); module.exports = createDropColumnMigration('comment_reports', 'reason', {type: 'text', maxlength: 65535, nullable: false});