UNPKG

ghost

Version:

The professional publishing platform

8 lines (6 loc) 195 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('posts', 'custom_template', { type: 'string', maxlength: 100, nullable: true });