UNPKG

ghost

Version:

The professional publishing platform

9 lines (7 loc) 203 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('members', 'uuid', { type: 'string', maxlength: 36, nullable: true, unique: true });