diff --git a/db/table_schema/production/advertisements.php b/db/table_schema/production/advertisements.php index 078ecc4..ab26412 100644 --- a/db/table_schema/production/advertisements.php +++ b/db/table_schema/production/advertisements.php @@ -42,6 +42,16 @@ return array ( 'type' => 'int(11)', 'default' => NULL, ), + 'script' => + array ( + 'type' => 'text', + 'default' => NULL, + ), + 'html' => + array ( + 'type' => 'text', + 'default' => NULL, + ), ), 1 => array (