UNPKG

ghost

Version:

The professional publishing platform

10 lines (8 loc) 244 B
const {createAddColumnMigration} = require('../../utils'); // First make a nullable column module.exports = createAddColumnMigration('members', 'transient_id', { type: 'string', maxlength: 191, nullable: true, unique: true });