UNPKG

ghost

Version:

The professional publishing platform

8 lines (6 loc) 196 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('posts_meta', 'frontmatter', { type: 'text', maxlength: 65535, nullable: true });