[ 'columns' => [ 'post_id' => [ 'type' => 'BIGINT(20)', 'unsigned' => true, 'null' => false, 'comment' => 'post id', ], 'tag_name' => [ 'type' => 'VARCHAR(32)', 'default' => 'span', 'comment' => 'tag name', ], 'class_name' => [ 'type' => 'VARCHAR(64)', 'comment' => 'class name', ], 'group_name' => [ 'type' => 'VARCHAR(64)', 'comment' => 'group name', ], 'icon' => [ 'type' => 'TEXT', 'comment' => 'icon', ], 'style' => [ 'type' => 'TEXT', 'comment' => 'style', ], 'exclude_post_types' => [ 'type' => 'TEXT', 'comment' => 'exclude post types', ], 'priority' => [ 'type' => 'INT(11)', 'unsigned' => true, 'null' => false, 'default' => 10, 'comment' => 'priority', ], 'is_valid_toolbar_button' => [ 'type' => 'TINYINT(1)', 'unsigned' => true, 'null' => false, 'default' => 1, 'comment' => 'validity of toolbar button', ], ], 'index' => [ 'key' => [ 'priority' => [ 'priority' ], ], 'unique' => [ 'uk_post_id' => [ 'post_id' ], ], ], 'comment' => 'settings', ], ];