Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Add docs for character_set and collation attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Apr 2, 2013
1 parent a7abe23 commit c30f220
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lib/Database/Migrator/mysql.pm
Expand Up @@ -145,3 +145,22 @@ __PACKAGE__->meta()->make_immutable();
This module provides a L<Database::Migrator> implementation for MySQL. See
L<Database::Migrator> and L<Database::Migrator::Core> for more documentation.
=head1 ATTRIBUTES
This class adds several attributes in addition to those implemented by
L<Database::Migrator::Core>:
=over 4
=item * character_set
The character set of the database. This is only used when creating a new
database. This is optional.
=item * collation
The collation of the database. This is only used when creating a new
database. This is optional.
=back

0 comments on commit c30f220

Please sign in to comment.