NAME
DBIO::ChangeLog::Set - ResultSource definition for the changelog_set table
VERSION
version 0.900000
DESCRIPTION
Defines the result source for the changelog_set table, which groups individual changelog entries into logical changesets (typically one per transaction via "txn_do" in DBIO::ChangeLog::Schema).
Each changeset records an optional user and session identifier along with a creation timestamp.
ATTRIBUTES
id
Integer primary key, auto-increment.
user_id
Optional varchar(255). Set from "changelog_user" in DBIO::ChangeLog::Schema.
session_id
Optional varchar(255). Set from "changelog_session" in DBIO::ChangeLog::Schema.
created_at
datetime, NOT NULL. Automatically set when the changeset is created.
COLUMN DEFINITIONS
SEE ALSO
DBIO::ChangeLog, DBIO::ChangeLog::Schema, DBIO::ChangeLog::Table
AUTHOR
DBIO & DBIx::Class Authors
COPYRIGHT AND LICENSE
Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.