diff --git a/perl/exit_strategy.pl b/perl/exit_strategy.pl index 367e0384d8c6c45ced765225544f9497fb59ea97..28cf20fcd572722c4aa2fb377d58b991e240b99f 100644 --- a/perl/exit_strategy.pl +++ b/perl/exit_strategy.pl @@ -73,7 +73,7 @@ sub write_tables_creation { say "\tid INT PRIMARY KEY DEFAULT nextval('serial'),"; say "\taip_id INT NOT NULL REFERENCES aip (id),"; say "\telement VARCHAR(30) NOT NULL,"; - say "\tvalue VARCHAR(1024) NOT NULL"; + say "\tvalue VARCHAR(8192) NOT NULL"; say ");"; # FILE say "/* create FILE table */";