Revision 700

Date:
2018/08/15 21:57:03
Author:
ahitrov
Revision Log:
nextval for table

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/money/sql/TOAST/money_checks.sql

     
    3 3
    4 4 create table money_checks
    5 5 (
    6 id integer not null primary key default nextval('public.documents_id_seq'::text),
    6 id integer not null primary key default nextval('public.money_checks_id_seq'::text),
    7 7 class text not null,
    8 8 ctime timestamp not null default now(),
    9 9 mtime timestamp not null default now(),