diff --git a/db/table_schema/production/advertisements.php b/db/table_schema/production/advertisements.php index 251e529..24fffb9 100644 --- a/db/table_schema/production/advertisements.php +++ b/db/table_schema/production/advertisements.php @@ -54,7 +54,7 @@ return array ( ), 'position' => array ( - 'type' => 'char(255)', + 'type' => 'char(1)', 'default' => NULL, ), ),