diff options
Diffstat (limited to 'sql/tables')
| -rw-r--r-- | sql/tables/general.about_us.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/tables/general.about_us.sql b/sql/tables/general.about_us.sql index 237065b..b199daf 100644 --- a/sql/tables/general.about_us.sql +++ b/sql/tables/general.about_us.sql @@ -2,5 +2,6 @@ drop table general.about_us cascade; create table general.about_us ( id serial8 primary key, + category character varying(255), content text ); |
