X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=3a27b741bf1a464d9165ec2da7cbfd04b0cb4c77;hb=ec271a1445bf232cd172c38e2dd3fd9d3c5c7c4e;hp=5dcf3c3c25501cfc2d8dd5bd03669b7fc9672d77;hpb=20a10242931eaf6ee17d3cdd0857a99449f9cfbe;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 5dcf3c3c2..3a27b741b 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2447,6 +2447,7 @@ sub tables_hashref { 'columnlabel', 'varchar', 'NULL', $char_d, '', '', 'columnvalue', 'varchar', 'NULL', 512, '', '', 'columnflag', 'char', 'NULL', 1, '', '', + 'required', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'columnnum', 'unique' => [ [ 'svcpart', 'columnname' ] ],