Pastebin

Paste #2101: No description

< previous paste - next paste>

Pasted by tdn

Download View as text

htbudget=# \d transaction
                                       Table "public.transaction"                                   
    Column     |            Type             |                        Modifiers                         
---------------+-----------------------------+----------------------------------------------------------
 id            | bigint                      | not null default nextval('transaction_id_seq'::regclass)
 balanced      | boolean                     | not null default false
 note          | text                        |                                                                   
 date_transfer | date                        | not null                                                          
 date_value    | date                        |                                                                   
 amount        | numeric(10,2)               | not null
 balance       | numeric(10,2)               | not null                                                                          
 description   | text                        |                                                                                   
 category      | text                        |                                                                                   
 date_import   | timestamp without time zone | not null default now()                                                            
Indexes:                                                                                                                         
    "pktransaction" PRIMARY KEY, btree (id)                                                                                      
                                            

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.