• coupons.sql

    837 838  
    14 14 groups integer[],
    15 15 name text,
    16 16 code text not null,
    17 accessible smallint default 0 not null,
    17 18 data text
    18 19 );
    19 20