sync to schema dump db-schema@52a15d5

agranig/2.004-ramoptimized
Lars Dieckow 13 years ago
parent 2a2dde6d6a
commit 039587bd73

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::acc
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::accounting::Result::acc
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::accounting::Result::acc
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::accounting::Result::acc
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xeA6MKKfGSojXRMYQVBNAg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f8yHYdieGZkC662yd4mXRA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc_backup");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::acc_backup
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc_backup>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::accounting::Result::acc_backup
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::accounting::Result::acc_backup
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::accounting::Result::acc_backup
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xoVLrOMaFU4+EpagvbyPNg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jpjB0CKI/jfdzcTjhVwing
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc_trash");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::acc_trash
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc_trash>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::accounting::Result::acc_trash
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::accounting::Result::acc_trash
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::accounting::Result::acc_trash
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RQYmuI3kK9o/lhL9zmTTog
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KddsPmfr/vFaRt6OWmowyw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("cdr");
@ -208,6 +211,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::cdr
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<cdr>
=head1 ACCESSORS
@ -612,8 +623,8 @@ NGCP::Schema::accounting::Result::cdr
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y8EO3S6Wb5iq+jma9M+SWA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xAU1+ipDLE/MiezrvoL2kw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("mark");
@ -36,6 +39,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::mark
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<mark>
=head1 ACCESSORS
@ -70,8 +81,8 @@ NGCP::Schema::accounting::Result::mark
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:37
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rzYOYWUSdbmJ1rQ+yIfNfQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TU3vol9dQd39yNd9BoH9tA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("prepaid_costs");
@ -45,6 +48,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::accounting::Result::prepaid_costs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<prepaid_costs>
=head1 ACCESSORS
@ -91,8 +102,8 @@ NGCP::Schema::accounting::Result::prepaid_costs
=cut
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-09 12:30:38
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2+OTlixP/26U3+pI8eH/Ig
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:25:53
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4dvDMc8QYbS59++/ItBWFw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -410,8 +410,3 @@ Lars Dieckow C<< <ldieckow@sipwise.com> >>
=head1 LICENCE
restricted
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable(inline_constructor => 0);
1;

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("admins");
@ -73,6 +76,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::admins
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<admins>
=head1 ACCESSORS
@ -174,8 +185,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5w5xcKNU6ETkZWzLBcJucA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6atsBdT63ZmQFnX0f9db3Q
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_fees");
@ -131,6 +134,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_fees
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_fees>
=head1 ACCESSORS
@ -272,8 +283,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:17Tfco+5X2RpSNYKHdyBAA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n1SX8I87faOt3klxYfMDFg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_fees_history");
@ -130,6 +133,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_fees_history
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_fees_history>
=head1 ACCESSORS
@ -271,8 +282,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones_history>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MMt6wWsX8L2m+p6HxGUFWQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aRjenW1mUoQtEvkjMu5avg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_mappings");
@ -99,6 +102,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_mappings
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_mappings>
=head1 ACCESSORS
@ -174,8 +185,8 @@ Related object: L<NGCP::Schema::billing::Result::products>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lrZQF7EYJ10XoHe5N4pSoQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:225MggshQFACPaHfh0+0og
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_peaktime_special");
@ -59,6 +62,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_peaktime_special
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_peaktime_special>
=head1 ACCESSORS
@ -108,8 +119,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_profiles>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wNw1uWtxc6+K9VA/bZN/1g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9O4W620S1jmoj2B22u2Ddg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_peaktime_weekdays");
@ -53,6 +56,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_peaktime_weekdays
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_peaktime_weekdays>
=head1 ACCESSORS
@ -106,8 +117,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_profiles>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Lq0dduBD6Hp92QZEw2y/KA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NGLbzj9NKEMT1rAKA38o7w
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_profiles");
@ -150,6 +153,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_profiles
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_profiles>
=head1 ACCESSORS
@ -349,8 +360,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RKARBJmF3abfnJkzV0y1DA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SBSq4vKZr/20ylpBKPikEg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_zones");
@ -70,6 +73,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::billing_zones
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_zones>
=head1 ACCESSORS
@ -145,8 +156,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones_history>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Gwqg3MUjlMG5nX6iv0lA0Q
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DnazRTuH+jbvs3txtwr8jA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("billing_zones_history");
@ -66,6 +69,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::billing_zones_history
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<billing_zones_history>
=head1 ACCESSORS
@ -127,8 +138,8 @@ Related object: L<NGCP::Schema::billing::Result::billing_zones>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c20BpeztUXxlbTaYSEjcYw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+5nRBZS4poP8ccSrwWwglw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contacts");
@ -118,6 +121,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::contacts
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contacts>
=head1 ACCESSORS
@ -269,8 +280,8 @@ Related object: L<NGCP::Schema::billing::Result::orders>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nUwlnEoO87+uj22l8s/D1A
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UkzaooS4vWOA0FPMo4DYOg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contract_balances");
@ -95,6 +98,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::contract_balances
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contract_balances>
=head1 ACCESSORS
@ -185,8 +196,8 @@ Related object: L<NGCP::Schema::billing::Result::invoices>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:J8qpINRu83FGg9pX2DSggg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2W23l24YFniu/LhB2SlSQA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contract_credits");
@ -80,6 +83,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::contract_credits
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contract_credits>
=head1 ACCESSORS
@ -154,8 +165,8 @@ Related object: L<NGCP::Schema::billing::Result::credit_payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:akx/zH3YENBM2SDZTvJzcw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:h027HEDm/o+lvZAl53tI4w
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contract_fraud_preferences");
@ -62,6 +65,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::contract_fraud_preferences
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contract_fraud_preferences>
=head1 ACCESSORS
@ -145,8 +156,8 @@ Related object: L<NGCP::Schema::billing::Result::contracts>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:og6bOz/sjNRP6MmZ5T5jEQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IqPbXT/vMI2VoQHckQRAsQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contract_registers");
@ -53,6 +56,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::contract_registers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contract_registers>
=head1 ACCESSORS
@ -107,8 +118,8 @@ Related object: L<NGCP::Schema::billing::Result::contracts>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ASsbcbCBFdRVQkYQ2PdAdA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c6woIvUVC0qw2fsZYB48vg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contracts");
@ -195,6 +198,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::contracts
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contracts>
=head1 ACCESSORS
@ -346,8 +357,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1OHlRe5ZIGZXOarl9tdd5w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/BaF10tu+lDDuMg1rJukIg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("credit_payments");
@ -62,6 +65,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::credit_payments
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<credit_payments>
=head1 ACCESSORS
@ -112,8 +123,8 @@ Related object: L<NGCP::Schema::billing::Result::payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5rep0FM0gHWMoIxGG/RGiQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rcquMhgAoV/Z3/x5WVmi3A
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("customer_registers");
@ -53,6 +56,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::customer_registers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<customer_registers>
=head1 ACCESSORS
@ -107,8 +118,8 @@ Related object: L<NGCP::Schema::billing::Result::customers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:44
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tfxSVtyHa3auVF87B0uT3g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GZdfF8xCpT8vSY6pbs7zqw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("customers");
@ -161,6 +164,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::customers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<customers>
=head1 ACCESSORS
@ -305,8 +316,8 @@ Related object: L<NGCP::Schema::billing::Result::contacts>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x7Lxn6E2PzlogQbZ0+lu3w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8mpGeT9ZjPmlntgImyTEYQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("domain_resellers");
@ -62,6 +65,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::domain_resellers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<domain_resellers>
=head1 ACCESSORS
@ -112,8 +123,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:meE5nef0MO5Id9Ad5LWo8Q
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xf/Ds0+MhEnj5JpZgWmisg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("domains");
@ -53,6 +56,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::domains
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<domains>
=head1 ACCESSORS
@ -105,8 +116,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gdP3/XxVdVqGC6xnXjNubg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ETgUww0SIeIZ7f44hvtvdg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("invoices");
@ -59,6 +62,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::invoices
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<invoices>
=head1 ACCESSORS
@ -132,8 +143,8 @@ Related object: L<NGCP::Schema::billing::Result::orders>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yb1L+oVvnjrmJScpJjtkPw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:itFB0vabhky1YAHweyr00g
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("lnp_numbers");
@ -61,6 +64,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::lnp_numbers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<lnp_numbers>
=head1 ACCESSORS
@ -116,8 +127,8 @@ Related object: L<NGCP::Schema::billing::Result::lnp_providers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4BmEbXSSBOCMir62vmCwOQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Tbxi6kPnug3wPlek6mIPKw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("lnp_providers");
@ -45,6 +48,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::lnp_providers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<lnp_providers>
=head1 ACCESSORS
@ -86,8 +97,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_lnp_list>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n1oybPMCzqX6vvBHMWECaw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GQkTs49901z/MpL1DgRgqQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("ncos_levels");
@ -84,6 +87,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::ncos_levels
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<ncos_levels>
=head1 ACCESSORS
@ -169,8 +180,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/BO3NF3YaXJjlpzb3AEI6A
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IsORiLD9bnbuvYPVSksfbQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("ncos_lnp_list");
@ -67,6 +70,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::ncos_lnp_list
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<ncos_lnp_list>
=head1 ACCESSORS
@ -134,8 +145,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_levels>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jAAZinuLYM62mqeUOgUExw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MMYqujY7DWWv1gsSWfKvSg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("ncos_pattern_list");
@ -54,6 +57,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::ncos_pattern_list
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<ncos_pattern_list>
=head1 ACCESSORS
@ -114,8 +125,8 @@ Related object: L<NGCP::Schema::billing::Result::ncos_levels>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gZN7cbk19S8g0yldUhwjeQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pzEjI9V0NelpRKFcjzPCKw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("order_payments");
@ -62,6 +65,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::order_payments
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<order_payments>
=head1 ACCESSORS
@ -112,8 +123,8 @@ Related object: L<NGCP::Schema::billing::Result::payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LMlllA6cbeIqQH0ZRUR+4g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ceNa7x4MMH2DhO/ptDMuIg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("orders");
@ -162,6 +165,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::orders
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<orders>
=head1 ACCESSORS
@ -294,8 +305,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ERqjNxDR6CIGKYS7ykVXgw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MikVzgtSviG6dwDCQ8iORQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("payments");
@ -82,6 +85,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::payments
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<payments>
=head1 ACCESSORS
@ -177,8 +188,8 @@ Related object: L<NGCP::Schema::billing::Result::order_payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CnZJVQXCIqFB9VSe3SI+kQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fmR2PvM4TwZU0v6Fi91mbw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("products");
@ -111,6 +114,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::products
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<products>
=head1 ACCESSORS
@ -224,8 +235,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iB5l34rzQnFJst+0OKeWCQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xwVaFogM1eKSdLY8wYkeVg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("resellers");
@ -150,6 +153,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::resellers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<resellers>
=head1 ACCESSORS
@ -284,8 +295,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_numbers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9YdB2kOliHTbe2Nn8iZEjw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TiilZCjJa2Id6DkMO8ncsg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voip_intercept");
@ -82,6 +85,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::voip_intercept
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voip_intercept>
=head1 ACCESSORS
@ -179,8 +190,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NLEkAPVtX2YW7F1cIr9dGA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ons7g/rhT7flX1JiRqaSww
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voip_number_block_resellers");
@ -62,6 +65,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::billing::Result::voip_number_block_resellers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voip_number_block_resellers>
=head1 ACCESSORS
@ -112,8 +123,8 @@ Related object: L<NGCP::Schema::billing::Result::resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DR+0OWPPR7I8yu4F7SmVBg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9/cie7vy96roO8W4l9XL1g
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voip_number_blocks");
@ -55,6 +58,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::voip_number_blocks
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voip_number_blocks>
=head1 ACCESSORS
@ -135,8 +146,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_number_block_resellers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1rb1JgA6DVuqA8Cuybs00w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BAX7cPR06pmYcY7ghZdyEw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voip_numbers");
@ -105,6 +108,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::voip_numbers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voip_numbers>
=head1 ACCESSORS
@ -213,8 +224,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_subscribers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yCFZI1q2CBPYv7suwzB/EQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gykfIbXJYZtWkw5kHmNzpQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voip_subscribers");
@ -106,6 +109,14 @@ __PACKAGE__->has_many(
NGCP::Schema::billing::Result::voip_subscribers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voip_subscribers>
=head1 ACCESSORS
@ -210,8 +221,8 @@ Related object: L<NGCP::Schema::billing::Result::voip_numbers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:45
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U+iZ2ZEvIWZuV3eBfnKgqg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:01
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/mMT/Ej0fa3n8zSnX0OIPA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("contracts");
@ -77,6 +80,14 @@ __PACKAGE__->has_many(
NGCP::Schema::carrier::Result::contracts
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<contracts>
=head1 ACCESSORS
@ -154,8 +165,8 @@ Related object: L<NGCP::Schema::carrier::Result::subscribers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4hMLpWlgGUDqIQi3EtZ98w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d46IgTNumWEXAVJx03BzmA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("credits");
@ -55,6 +58,14 @@ __PACKAGE__->has_many(
NGCP::Schema::carrier::Result::credits
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<credits>
=head1 ACCESSORS
@ -98,8 +109,8 @@ Related object: L<NGCP::Schema::carrier::Result::payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uy4GRTdfLSOHkGUskZ90oA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tFtze3mf7eWMpGViK7Xh7g
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("customers");
@ -60,6 +63,14 @@ __PACKAGE__->has_many(
NGCP::Schema::carrier::Result::customers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<customers>
=head1 ACCESSORS
@ -132,8 +143,8 @@ Related object: L<NGCP::Schema::carrier::Result::orders>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+goR14iFMAhvkYSWvT0OyA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4FqPE3wVqTd6HjZ02SElsQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("interceptions");
@ -34,6 +37,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::carrier::Result::interceptions
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<interceptions>
=head1 ACCESSORS
@ -62,8 +73,8 @@ NGCP::Schema::carrier::Result::interceptions
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U69dGFDYYDl5snNdOaqDnw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:phVbAWKZkxMxvkeNCY4AvQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("numbers");
@ -47,6 +50,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::carrier::Result::numbers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<numbers>
=head1 ACCESSORS
@ -83,8 +94,8 @@ Related object: L<NGCP::Schema::carrier::Result::subscribers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rKlcM5r25s+dbVFcVLlhDw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A1ckQPj+9ToEhnVRhFAhiQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("orders");
@ -55,6 +58,14 @@ __PACKAGE__->has_many(
NGCP::Schema::carrier::Result::orders
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<orders>
=head1 ACCESSORS
@ -98,8 +109,8 @@ Related object: L<NGCP::Schema::carrier::Result::payments>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qxvs6iVIYTvEM3UaI6inVw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e1YggQlXP+8v0qnBwDgGLQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("payments");
@ -72,6 +75,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::carrier::Result::payments
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<payments>
=head1 ACCESSORS
@ -122,8 +133,8 @@ Related object: L<NGCP::Schema::carrier::Result::orders>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4DugdrtlyCXaAQ/+BDLBCg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vX8z+Mrdx/fqvdqAt+YmGw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("subscribers");
@ -72,6 +75,14 @@ __PACKAGE__->has_many(
NGCP::Schema::carrier::Result::subscribers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<subscribers>
=head1 ACCESSORS
@ -169,8 +180,8 @@ Related object: L<NGCP::Schema::carrier::Result::numbers>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wilV/qIDw/te8YVuAblldA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:03
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OXpExeY0G/kpV3+RlGinrA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::acc
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::kamailio::Result::acc
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::kamailio::Result::acc
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::kamailio::Result::acc
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R7B3mJTnGChkMSPWYGCYOA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OzWbF2wOuKm/M632lMRarw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc_backup");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::acc_backup
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc_backup>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::kamailio::Result::acc_backup
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::kamailio::Result::acc_backup
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::kamailio::Result::acc_backup
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nvEURbNyxW00hoXMDRcWDw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KMuAkzDxgGIGKINuD/fSyQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("acc_trash");
@ -23,7 +26,13 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"method",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 16 },
{
accessor => "column_method",
data_type => "varchar",
default_value => "",
is_nullable => 0,
size => 16,
},
"from_tag",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"to_tag",
@ -36,6 +45,7 @@ __PACKAGE__->add_columns(
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 128 },
"time",
{
accessor => "column_time",
data_type => "datetime",
datetime_undef_if_invalid => 1,
is_nullable => 0,
@ -66,6 +76,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::acc_trash
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<acc_trash>
=head1 ACCESSORS
@ -79,6 +97,7 @@ NGCP::Schema::kamailio::Result::acc_trash
=head2 method
accessor: 'column_method'
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
@ -121,6 +140,7 @@ NGCP::Schema::kamailio::Result::acc_trash
=head2 time
accessor: 'column_time'
data_type: 'datetime'
datetime_undef_if_invalid: 1
is_nullable: 0
@ -189,8 +209,8 @@ NGCP::Schema::kamailio::Result::acc_trash
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ga7m/PW4l7j33qgKZrlK+g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aTH57P2Btra1waRw2I3k1A
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("active_watchers");
@ -88,6 +91,14 @@ __PACKAGE__->add_unique_constraint("active_watchers_idx", ["callid", "to_tag", "
NGCP::Schema::kamailio::Result::active_watchers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<active_watchers>
=head1 ACCESSORS
@ -263,8 +274,8 @@ NGCP::Schema::kamailio::Result::active_watchers
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rJsRtAFfyNiQlWUlJg5YUQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bpjVrVHrNeP3K2AVa59/Zg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("address");
@ -30,7 +33,7 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
"ip_addr",
{ data_type => "varchar", is_nullable => 0, size => 48 },
{ data_type => "varchar", is_nullable => 0, size => 50 },
"mask",
{ data_type => "integer", default_value => 32, is_nullable => 0 },
"port",
@ -52,6 +55,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::address
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<address>
=head1 ACCESSORS
@ -74,7 +85,7 @@ NGCP::Schema::kamailio::Result::address
data_type: 'varchar'
is_nullable: 0
size: 48
size: 50
=head2 mask
@ -106,8 +117,8 @@ NGCP::Schema::kamailio::Result::address
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FzVsu1DuqdKe4hHoA5iy+w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2AiRx5PnGWfHeS58iGMXow
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("aliases");
@ -38,7 +41,7 @@ __PACKAGE__->add_columns(
{
data_type => "datetime",
datetime_undef_if_invalid => 1,
default_value => "2020-05-28 21:32:15",
default_value => "2030-05-28 21:32:15",
is_nullable => 0,
},
"q",
@ -82,12 +85,23 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("ruid_idx", ["ruid"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::aliases
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<aliases>
=head1 ACCESSORS
@ -142,7 +156,7 @@ NGCP::Schema::kamailio::Result::aliases
data_type: 'datetime'
datetime_undef_if_invalid: 1
default_value: '2020-05-28 21:32:15'
default_value: '2030-05-28 21:32:15'
is_nullable: 0
=head2 q
@ -222,11 +236,21 @@ NGCP::Schema::kamailio::Result::aliases
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<ruid_idx>
=over 4
=item * L</ruid>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ma8Tw5xOBKUY2mofS8GvmQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:L8SqIybNv2ShI8f3CrJAhA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dbaliases");
@ -43,6 +46,14 @@ __PACKAGE__->add_unique_constraint("alias_idx", ["alias_username", "alias_domain
NGCP::Schema::kamailio::Result::dbaliases
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dbaliases>
=head1 ACCESSORS
@ -105,8 +116,8 @@ NGCP::Schema::kamailio::Result::dbaliases
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:chWlOJ4bwLVdFGIkAP6gAA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bT5hN1RhXVNm4yhJtn+MrA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dialog");
@ -93,6 +96,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::dialog
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dialog>
=head1 ACCESSORS
@ -256,8 +267,8 @@ NGCP::Schema::kamailio::Result::dialog
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wsvxzSZh+XVihaSim1uS7w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5AYfLQz7gyYiDyViW/PVNg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dialog_vars");
@ -40,6 +43,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::dialog_vars
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dialog_vars>
=head1 ACCESSORS
@ -86,8 +97,8 @@ NGCP::Schema::kamailio::Result::dialog_vars
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Hbl72Rr/gXItiYlp1ekKGw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bP2pmTLwAtxS4xYh0FJIGg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dialplan");
@ -48,6 +51,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::dialplan
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dialplan>
=head1 ACCESSORS
@ -114,8 +125,8 @@ NGCP::Schema::kamailio::Result::dialplan
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JuZWLURQb7Zsgw0lGhA7Kg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Qvkr9mDVIXr1Q73ReAcDPw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dispatcher");
@ -44,6 +47,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::dispatcher
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dispatcher>
=head1 ACCESSORS
@ -105,8 +116,8 @@ NGCP::Schema::kamailio::Result::dispatcher
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EUsWVzBrthLoOKjCscRbUA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XosvpRthHa3VUEEl4Ml2BQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("dom_preferences");
@ -51,6 +54,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::dom_preferences
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<dom_preferences>
=head1 ACCESSORS
@ -120,8 +131,8 @@ NGCP::Schema::kamailio::Result::dom_preferences
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+fM0OTstFk1Btc5hrDdcfg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o4rXt1E8qR/SuXmORiSujg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("domain");
@ -46,6 +49,14 @@ __PACKAGE__->add_unique_constraint("domain_idx", ["domain"]);
NGCP::Schema::kamailio::Result::domain
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<domain>
=head1 ACCESSORS
@ -97,8 +108,8 @@ NGCP::Schema::kamailio::Result::domain
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jpo5+7BmtX7J5uY6sKGJzg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yfZp8jZ7umFdhbCtVLVmHA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("domain_attrs");
@ -50,6 +53,14 @@ __PACKAGE__->add_unique_constraint("domain_attrs_idx", ["did", "name", "value"])
NGCP::Schema::kamailio::Result::domain_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<domain_attrs>
=head1 ACCESSORS
@ -117,8 +128,8 @@ NGCP::Schema::kamailio::Result::domain_attrs
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q9D8s6W9nXBpDEopWK3t4A
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UCZki7sGNJnffPgFCBRk1w
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("fax_destinations");
@ -71,6 +74,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::fax_destinations
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<fax_destinations>
=head1 ACCESSORS
@ -140,8 +151,8 @@ NGCP::Schema::kamailio::Result::fax_destinations
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PnIiXFWmqpzLmLrCHs0lgw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mpgbZBxQ1XeCPdE/faCRxw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("fax_journal");
@ -86,6 +89,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::fax_journal
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<fax_journal>
=head1 ACCESSORS
@ -191,8 +202,8 @@ NGCP::Schema::kamailio::Result::fax_journal
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:nfkg1r9j7SNQWzjdy5h5pA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FCnf8BFLuWjpffEn8Hfpcw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("fax_preferences");
@ -59,6 +62,14 @@ __PACKAGE__->set_primary_key("subscriber_id");
NGCP::Schema::kamailio::Result::fax_preferences
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<fax_preferences>
=head1 ACCESSORS
@ -120,8 +131,8 @@ NGCP::Schema::kamailio::Result::fax_preferences
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZZDNjKHexa4SzlfHKv2amw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ojAIbKqxQKuRDm1MgUe7cg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("htable");
@ -42,6 +45,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::htable
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<htable>
=head1 ACCESSORS
@ -96,8 +107,8 @@ NGCP::Schema::kamailio::Result::htable
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2aDFDwX+LOysGVZ0e310VA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oflniBOc7IASHvNisa9JGQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("lcr_gw");
@ -27,7 +30,7 @@ __PACKAGE__->add_columns(
"gw_name",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"ip_addr",
{ data_type => "varchar", is_nullable => 0, size => 64 },
{ data_type => "varchar", is_nullable => 1, size => 50 },
"hostname",
{ data_type => "varchar", is_nullable => 1, size => 64 },
"port",
@ -79,6 +82,14 @@ __PACKAGE__->has_many(
NGCP::Schema::kamailio::Result::lcr_gw
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<lcr_gw>
=head1 ACCESSORS
@ -105,8 +116,8 @@ NGCP::Schema::kamailio::Result::lcr_gw
=head2 ip_addr
data_type: 'varchar'
is_nullable: 0
size: 64
is_nullable: 1
size: 50
=head2 hostname
@ -216,8 +227,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule_target>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:l8+6RRLZ4C8OXgomamtk6Q
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vccxYatUPFzjaEtMjTY4xQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("lcr_rule");
@ -70,6 +73,14 @@ __PACKAGE__->has_many(
NGCP::Schema::kamailio::Result::lcr_rule
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<lcr_rule>
=head1 ACCESSORS
@ -163,8 +174,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule_target>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7c7i50HCDna6JkjtPNMKsQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:o9WkKTyg88xWZJEJQN9c2w
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("lcr_rule_target");
@ -76,6 +79,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::kamailio::Result::lcr_rule_target
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<lcr_rule_target>
=head1 ACCESSORS
@ -157,8 +168,8 @@ Related object: L<NGCP::Schema::kamailio::Result::lcr_rule>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uq6ruMp4IhdfHCsncjZu/A
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:w8vOjgPygBXZZs857o3WwA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("location");
@ -31,12 +34,12 @@ __PACKAGE__->add_columns(
"received",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"path",
{ data_type => "varchar", is_nullable => 1, size => 128 },
{ data_type => "varchar", is_nullable => 1, size => 512 },
"expires",
{
data_type => "datetime",
datetime_undef_if_invalid => 1,
default_value => "2020-05-28 21:32:15",
default_value => "2030-05-28 21:32:15",
is_nullable => 0,
},
"q",
@ -82,12 +85,23 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("ruid_idx", ["ruid"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::location
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<location>
=head1 ACCESSORS
@ -129,13 +143,13 @@ NGCP::Schema::kamailio::Result::location
data_type: 'varchar'
is_nullable: 1
size: 128
size: 512
=head2 expires
data_type: 'datetime'
datetime_undef_if_invalid: 1
default_value: '2020-05-28 21:32:15'
default_value: '2030-05-28 21:32:15'
is_nullable: 0
=head2 q
@ -222,11 +236,21 @@ NGCP::Schema::kamailio::Result::location
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<ruid_idx>
=over 4
=item * L</ruid>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e5LTgkNP8CpScaGr8oMVOg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M7R8Iv6SHVHu3q9TfZ9LkA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -0,0 +1,140 @@
package NGCP::Schema::kamailio::Result::location_attrs;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("location_attrs");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"ruid",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"username",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"domain",
{ data_type => "varchar", is_nullable => 1, size => 64 },
"aname",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 64 },
"atype",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"avalue",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 255 },
"last_modified",
{
data_type => "datetime",
datetime_undef_if_invalid => 1,
default_value => "1900-01-01 00:00:01",
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::location_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<location_attrs>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 ruid
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 64
=head2 username
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 64
=head2 domain
data_type: 'varchar'
is_nullable: 1
size: 64
=head2 aname
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 64
=head2 atype
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 avalue
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 255
=head2 last_modified
data_type: 'datetime'
datetime_undef_if_invalid: 1
default_value: '1900-01-01 00:00:01'
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZhOU46gKnIkRuPAnz96s8Q
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("mobile_push_registrations");
@ -47,6 +50,14 @@ __PACKAGE__->set_primary_key("reg_id");
NGCP::Schema::kamailio::Result::mobile_push_registrations
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<mobile_push_registrations>
=head1 ACCESSORS
@ -88,8 +99,8 @@ NGCP::Schema::kamailio::Result::mobile_push_registrations
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gGNBzcXh3bEQICMWykuZUw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7gpHsIEJtAYltDjzPjo3pA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("peer_preferences");
@ -51,6 +54,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::peer_preferences
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<peer_preferences>
=head1 ACCESSORS
@ -120,8 +131,8 @@ NGCP::Schema::kamailio::Result::peer_preferences
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EscCBZa45YyNvHzL+ZMybA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6dWo7IJvE7kE9PbUHi5Jzg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("presentity");
@ -51,6 +54,14 @@ __PACKAGE__->add_unique_constraint("presentity_idx", ["username", "domain", "eve
NGCP::Schema::kamailio::Result::presentity
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<presentity>
=head1 ACCESSORS
@ -134,8 +145,8 @@ NGCP::Schema::kamailio::Result::presentity
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3kQ35pVZ21GmLF6jbi7kmw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:11
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UAIykGV4d1gAMOwvdK0ddw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("pua");
@ -71,6 +74,14 @@ __PACKAGE__->add_unique_constraint("pua_idx", ["etag", "tuple_id", "call_id", "f
NGCP::Schema::kamailio::Result::pua
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<pua>
=head1 ACCESSORS
@ -209,8 +220,8 @@ NGCP::Schema::kamailio::Result::pua
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PwzSfAAwCNqZeBHF3gzdjA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:t8pMgKFpJoehTl/444EIow
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("rls_presentity");
@ -51,6 +54,14 @@ __PACKAGE__->add_unique_constraint("rls_presentity_idx", ["rlsubs_did", "resourc
NGCP::Schema::kamailio::Result::rls_presentity
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<rls_presentity>
=head1 ACCESSORS
@ -129,8 +140,8 @@ NGCP::Schema::kamailio::Result::rls_presentity
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kFex2TM0pGe9YlkLOvaYTg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ft4JN9aN8zHIf6vPR3eysg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("rls_watchers");
@ -86,6 +89,14 @@ __PACKAGE__->add_unique_constraint("rls_watcher_idx", ["callid", "to_tag", "from
NGCP::Schema::kamailio::Result::rls_watchers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<rls_watchers>
=head1 ACCESSORS
@ -256,8 +267,8 @@ NGCP::Schema::kamailio::Result::rls_watchers
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:krPYt+XCSJOwaENRENILPw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TF7+uNKC/1okU63EyNLL+A
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -0,0 +1,189 @@
package NGCP::Schema::kamailio::Result::sca_subscriptions;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("sca_subscriptions");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"subscriber",
{ data_type => "varchar", is_nullable => 0, size => 255 },
"aor",
{ data_type => "varchar", is_nullable => 0, size => 255 },
"event",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"expires",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"state",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"app_idx",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"call_id",
{ data_type => "varchar", is_nullable => 0, size => 255 },
"from_tag",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"to_tag",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"record_route",
{ data_type => "text", is_nullable => 1 },
"notify_cseq",
{ data_type => "integer", is_nullable => 0 },
"subscribe_cseq",
{ data_type => "integer", is_nullable => 0 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint(
"sca_subscriptions_idx",
["subscriber", "call_id", "from_tag", "to_tag"],
);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::sca_subscriptions
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<sca_subscriptions>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 subscriber
data_type: 'varchar'
is_nullable: 0
size: 255
=head2 aor
data_type: 'varchar'
is_nullable: 0
size: 255
=head2 event
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 expires
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 state
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 app_idx
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 call_id
data_type: 'varchar'
is_nullable: 0
size: 255
=head2 from_tag
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 to_tag
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 record_route
data_type: 'text'
is_nullable: 1
=head2 notify_cseq
data_type: 'integer'
is_nullable: 0
=head2 subscribe_cseq
data_type: 'integer'
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<sca_subscriptions_idx>
=over 4
=item * L</subscriber>
=item * L</call_id>
=item * L</from_tag>
=item * L</to_tag>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DHeADBihyUje19ti7Czw+A
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("sems_registrations");
@ -47,6 +50,14 @@ __PACKAGE__->set_primary_key("subscriber_id");
NGCP::Schema::kamailio::Result::sems_registrations
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<sems_registrations>
=head1 ACCESSORS
@ -102,8 +113,8 @@ NGCP::Schema::kamailio::Result::sems_registrations
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XAzde5QqXE4mVfI7SoOJ9g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wtRpJIvcWCzW8axeo0xVSw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("silo");
@ -61,6 +64,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::silo
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<silo>
=head1 ACCESSORS
@ -159,8 +170,8 @@ NGCP::Schema::kamailio::Result::silo
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:n3U2b3I+czkviW8mWpxZsA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZyaS//ocHpb6Cd+OJHExPA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("speed_dial");
@ -54,6 +57,14 @@ __PACKAGE__->add_unique_constraint(
NGCP::Schema::kamailio::Result::speed_dial
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<speed_dial>
=head1 ACCESSORS
@ -148,8 +159,8 @@ NGCP::Schema::kamailio::Result::speed_dial
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DxMeZ+D0gn7d2/PFGjrYMw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BlOzGR2/3OK+9HOrHKFzew
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("subscriber");
@ -60,6 +63,14 @@ __PACKAGE__->add_unique_constraint("account_idx", ["username", "domain"]);
NGCP::Schema::kamailio::Result::subscriber
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<subscriber>
=head1 ACCESSORS
@ -162,8 +173,8 @@ NGCP::Schema::kamailio::Result::subscriber
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5IE/dWdn5C7NB+0v4DTDHQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uryabx5mytGdpba7q0VJnQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("trusted");
@ -40,6 +43,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::trusted
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<trusted>
=head1 ACCESSORS
@ -86,8 +97,8 @@ NGCP::Schema::kamailio::Result::trusted
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GokS0mLMbj3zCzzx7NJD0g
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:J9Vfnyr9SNrbP8UTGunBuw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -0,0 +1,146 @@
package NGCP::Schema::kamailio::Result::uid_credentials;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_credentials");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"auth_username",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"did",
{
data_type => "varchar",
default_value => "_default",
is_nullable => 0,
size => 64,
},
"realm",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"password",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 28 },
"flags",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"ha1",
{ data_type => "varchar", is_nullable => 0, size => 32 },
"ha1b",
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 32 },
"uid",
{ data_type => "varchar", is_nullable => 0, size => 64 },
);
__PACKAGE__->set_primary_key("id");
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_credentials
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_credentials>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 auth_username
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 did
data_type: 'varchar'
default_value: '_default'
is_nullable: 0
size: 64
=head2 realm
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 password
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 28
=head2 flags
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 ha1
data_type: 'varchar'
is_nullable: 0
size: 32
=head2 ha1b
data_type: 'varchar'
default_value: (empty string)
is_nullable: 0
size: 32
=head2 uid
data_type: 'varchar'
is_nullable: 0
size: 64
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SGORmth2f0gjTrS3lq97Og
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,117 @@
package NGCP::Schema::kamailio::Result::uid_domain;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_domain");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"did",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"domain",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("domain_idx", ["domain"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_domain
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_domain>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 did
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 domain
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<domain_idx>
=over 4
=item * L</domain>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9gG8pMi86/FPcmidiRo5lQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,137 @@
package NGCP::Schema::kamailio::Result::uid_domain_attrs;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_domain_attrs");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"did",
{ data_type => "varchar", is_nullable => 1, size => 64 },
"name",
{ data_type => "varchar", is_nullable => 0, size => 32 },
"type",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"value",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("domain_attr_idx", ["did", "name", "value"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_domain_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_domain_attrs>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 did
data_type: 'varchar'
is_nullable: 1
size: 64
=head2 name
data_type: 'varchar'
is_nullable: 0
size: 32
=head2 type
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 value
data_type: 'varchar'
is_nullable: 1
size: 128
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<domain_attr_idx>
=over 4
=item * L</did>
=item * L</name>
=item * L</value>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JKynmZNToVbzqzjYYsVLpg
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,127 @@
package NGCP::Schema::kamailio::Result::uid_global_attrs;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_global_attrs");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"name",
{ data_type => "varchar", is_nullable => 0, size => 32 },
"type",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"value",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("global_attrs_idx", ["name", "value"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_global_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_global_attrs>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 name
data_type: 'varchar'
is_nullable: 0
size: 32
=head2 type
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 value
data_type: 'varchar'
is_nullable: 1
size: 128
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<global_attrs_idx>
=over 4
=item * L</name>
=item * L</value>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:v5QNjljtJbrw7+BkXSlmQg
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,121 @@
package NGCP::Schema::kamailio::Result::uid_uri;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_uri");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"uid",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"did",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"username",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
"scheme",
{ data_type => "varchar", default_value => "sip", is_nullable => 0, size => 8 },
);
__PACKAGE__->set_primary_key("id");
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_uri
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_uri>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 uid
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 did
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 username
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head2 scheme
data_type: 'varchar'
default_value: 'sip'
is_nullable: 0
size: 8
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xZrttPOanAYFOe8QGhvMfw
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,161 @@
package NGCP::Schema::kamailio::Result::uid_uri_attrs;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_uri_attrs");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"username",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"did",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"name",
{ data_type => "varchar", is_nullable => 0, size => 32 },
"value",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"type",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
"scheme",
{ data_type => "varchar", default_value => "sip", is_nullable => 0, size => 8 },
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint(
"uriattrs_idx",
["username", "did", "name", "value", "scheme"],
);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_uri_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_uri_attrs>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 username
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 did
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 name
data_type: 'varchar'
is_nullable: 0
size: 32
=head2 value
data_type: 'varchar'
is_nullable: 1
size: 128
=head2 type
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head2 scheme
data_type: 'varchar'
default_value: 'sip'
is_nullable: 0
size: 8
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<uriattrs_idx>
=over 4
=item * L</username>
=item * L</did>
=item * L</name>
=item * L</value>
=item * L</scheme>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZFfnI6XCeO7AVPolb4RU5g
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -0,0 +1,137 @@
package NGCP::Schema::kamailio::Result::uid_user_attrs;
use Sipwise::Base;
use MooseX::NonMoose;
our $VERSION = '1.001';
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("uid_user_attrs");
__PACKAGE__->add_columns(
"id",
{
data_type => "integer",
extra => { unsigned => 1 },
is_auto_increment => 1,
is_nullable => 0,
},
"uid",
{ data_type => "varchar", is_nullable => 0, size => 64 },
"name",
{ data_type => "varchar", is_nullable => 0, size => 32 },
"value",
{ data_type => "varchar", is_nullable => 1, size => 128 },
"type",
{ data_type => "integer", default_value => 0, is_nullable => 0 },
"flags",
{
data_type => "integer",
default_value => 0,
extra => { unsigned => 1 },
is_nullable => 0,
},
);
__PACKAGE__->set_primary_key("id");
__PACKAGE__->add_unique_constraint("userattrs_idx", ["uid", "name", "value"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::uid_user_attrs
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<uid_user_attrs>
=head1 ACCESSORS
=head2 id
data_type: 'integer'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0
=head2 uid
data_type: 'varchar'
is_nullable: 0
size: 64
=head2 name
data_type: 'varchar'
is_nullable: 0
size: 32
=head2 value
data_type: 'varchar'
is_nullable: 1
size: 128
=head2 type
data_type: 'integer'
default_value: 0
is_nullable: 0
=head2 flags
data_type: 'integer'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0
=head1 PRIMARY KEY
=over 4
=item * L</id>
=back
=head1 UNIQUE CONSTRAINTS
=head2 C<userattrs_idx>
=over 4
=item * L</uid>
=item * L</name>
=item * L</value>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fUbuhB2/Dif9iqekKK5RCQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->meta->make_immutable;
1;

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("usr_preferences");
@ -51,6 +54,14 @@ __PACKAGE__->set_primary_key("id");
NGCP::Schema::kamailio::Result::usr_preferences
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<usr_preferences>
=head1 ACCESSORS
@ -120,8 +131,8 @@ NGCP::Schema::kamailio::Result::usr_preferences
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UrLBQSd31MrWp7NMWUH6vQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WAddLb25dQ4kOMVYfC7ODg
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("version");
@ -25,12 +28,23 @@ __PACKAGE__->add_columns(
is_nullable => 0,
},
);
__PACKAGE__->add_unique_constraint("table_name_idx", ["table_name"]);
=encoding UTF-8
=head1 NAME
NGCP::Schema::kamailio::Result::version
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<version>
=head1 ACCESSORS
@ -48,11 +62,21 @@ NGCP::Schema::kamailio::Result::version
extra: {unsigned => 1}
is_nullable: 0
=head1 UNIQUE CONSTRAINTS
=head2 C<table_name_idx>
=over 4
=item * L</table_name>
=back
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MpY4hrcmWbp51+1FjU1DXg
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E/MQULVYjsXaxiJu3C7l5g
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voicemail_spool");
@ -71,6 +74,14 @@ __PACKAGE__->belongs_to(
NGCP::Schema::kamailio::Result::voicemail_spool
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voicemail_spool>
=head1 ACCESSORS
@ -169,8 +180,8 @@ Related object: L<NGCP::Schema::kamailio::Result::voicemail_users>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:clNzzX1ehx3+WA6r1nyq7w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6R52fQ4uTedEuMHJkfb3Uw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("voicemail_users");
@ -109,6 +112,14 @@ __PACKAGE__->has_many(
NGCP::Schema::kamailio::Result::voicemail_users
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<voicemail_users>
=head1 ACCESSORS
@ -306,8 +317,8 @@ Related object: L<NGCP::Schema::kamailio::Result::voicemail_spool>
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:t2nMV+q2yJDl8wC4lDURRA
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mUIbxiu60zmQx2ZNw3rQvw
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("watchers");
@ -57,6 +60,14 @@ __PACKAGE__->add_unique_constraint(
NGCP::Schema::kamailio::Result::watchers
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<watchers>
=head1 ACCESSORS
@ -136,8 +147,8 @@ NGCP::Schema::kamailio::Result::watchers
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:T4qaNaxyFB5qAOYxyQgFkw
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pwhGriJby4vvB3+yjIPAng
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("xcap");
@ -51,6 +54,14 @@ __PACKAGE__->add_unique_constraint("doc_uri_idx", ["doc_uri"]);
NGCP::Schema::kamailio::Result::xcap
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<xcap>
=head1 ACCESSORS
@ -127,8 +138,8 @@ NGCP::Schema::kamailio::Result::xcap
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:57
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2M5q2WpiDp7nhBq7EPPv2w
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:12
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IzmgJKM5iyMvzssZZc+JVQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration

@ -11,6 +11,9 @@ our $VERSION = '1.001';
extends 'DBIx::Class::Core';
__PACKAGE__->load_components("InflateColumn::DateTime");
__PACKAGE__->table("cfg_schema");
@ -46,6 +49,14 @@ __PACKAGE__->add_unique_constraint("rev_idx", ["revision", "node"]);
NGCP::Schema::ngcp::Result::cfg_schema
=head1 COMPONENTS LOADED
=over 4
=item * L<DBIx::Class::InflateColumn::DateTime>
=back
=head1 TABLE: C<cfg_schema>
=head1 ACCESSORS
@ -99,8 +110,8 @@ NGCP::Schema::ngcp::Result::cfg_schema
=cut
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-04-09 12:33:59
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zg9dRolPsmc9geLe5gogiQ
# Created by DBIx::Class::Schema::Loader v0.07035 @ 2013-05-14 16:26:14
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:u7zHjCG4ML/sN6mIcky0MA
# You can replace this text with custom code or comments, and it will be preserved on regeneration

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save