UNPKG

ghost

Version:

The professional publishing platform

9 lines (7 loc) 215 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('posts', 'lexical', { type: 'text', maxlength: 1000000000, fieldtype: 'long', nullable: true });