UNPKG

ghost

Version:

The professional publishing platform

8 lines (6 loc) 204 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('members_created_events', 'batch_id', { type: 'string', maxlength: 24, nullable: true });