Lines 41-47
language-script-region-variant-extension-privateuse
Link Here
|
41 |
|
41 |
|
42 |
data_type: 'varchar' |
42 |
data_type: 'varchar' |
43 |
is_nullable: 1 |
43 |
is_nullable: 1 |
44 |
size: 25 |
44 |
size: 255 |
45 |
|
45 |
|
46 |
only one of the possible descriptions for ease of reference, see language_descriptions for the complete list |
46 |
only one of the possible descriptions for ease of reference, see language_descriptions for the complete list |
47 |
|
47 |
|
Lines 65-71
__PACKAGE__->add_columns(
Link Here
|
65 |
"type", |
65 |
"type", |
66 |
{ data_type => "varchar", is_nullable => 1, size => 25 }, |
66 |
{ data_type => "varchar", is_nullable => 1, size => 25 }, |
67 |
"description", |
67 |
"description", |
68 |
{ data_type => "varchar", is_nullable => 1, size => 25 }, |
68 |
{ data_type => "varchar", is_nullable => 1, size => 255 }, |
69 |
"added", |
69 |
"added", |
70 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
70 |
{ data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, |
71 |
"id", |
71 |
"id", |
Lines 101-108
__PACKAGE__->set_primary_key("id");
Link Here
|
101 |
__PACKAGE__->add_unique_constraint("uniq_lang", ["subtag", "type"]); |
101 |
__PACKAGE__->add_unique_constraint("uniq_lang", ["subtag", "type"]); |
102 |
|
102 |
|
103 |
|
103 |
|
104 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-02-02 07:13:00 |
104 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-02-18 06:39:54 |
105 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8VCaLbL67TbZrsPI3OSwkg |
105 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Y+8JJ0gnp2ct3fKbM1oq6Q |
106 |
|
106 |
|
107 |
|
107 |
|
108 |
# You can replace this text with custom content, and it will be preserved on regeneration |
108 |
# You can replace this text with custom content, and it will be preserved on regeneration |
109 |
- |
|
|