UNPKG

ghost

Version:

The professional publishing platform

9 lines (7 loc) 218 B
const {createAddColumnMigration} = require('../../utils'); module.exports = createAddColumnMigration('snippets', 'lexical', { type: 'text', maxlength: 1000000000, fieldtype: 'long', nullable: true });