CREATE TABLE support_categorization_tree_nodes (
    id uuid PRIMARY KEY DEFAULT (uuid_generate_v4()),
    meta jsonb
);
