Project

General

Profile

« Previous | Next » 

Revision 1435

vegbien.sql: taxonoccurrence: Added cultivatedbasis

View differences:

schemas/vegbien.my.sql
2313 2313
    verbatimcollectorname text,
2314 2314
    growthform text,
2315 2315
    iscultivated int(1),
2316
    cultivatedbasis text,
2316 2317
    isnative int(1),
2317 2318
    accessioncode text
2318 2319
);
......
2333 2334

  
2334 2335

  
2335 2336
--
2337
-- Name: COLUMN taxonoccurrence.cultivatedbasis; Type: COMMENT; Schema: public; Owner: -
2338
--
2339

  
2340

  
2341

  
2342

  
2343
--
2336 2344
-- Name: COLUMN taxonoccurrence.isnative; Type: COMMENT; Schema: public; Owner: -
2337 2345
--
2338 2346

  
schemas/vegbien.sql
2721 2721
    verbatimcollectorname text,
2722 2722
    growthform growthform,
2723 2723
    iscultivated boolean,
2724
    cultivatedbasis text,
2724 2725
    isnative boolean,
2725 2726
    accessioncode text
2726 2727
);
......
2741 2742

  
2742 2743

  
2743 2744
--
2745
-- Name: COLUMN taxonoccurrence.cultivatedbasis; Type: COMMENT; Schema: public; Owner: -
2746
--
2747

  
2748
COMMENT ON COLUMN taxonoccurrence.cultivatedbasis IS 'The reason why a taxonoccurrence was marked as cultivated (or not).';
2749

  
2750

  
2751
--
2744 2752
-- Name: COLUMN taxonoccurrence.isnative; Type: COMMENT; Schema: public; Owner: -
2745 2753
--
2746 2754

  

Also available in: Unified diff