Advertisement
sounny

Untitled

Mar 9th, 2019
1,741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. create type blood as enum ('A','B','AB','O','other');
  2. create type disaster as enum ('flood', 'wildfire', 'earthquake','tornado','hurricane','other');
  3. create type report_intent as enum ('donation','request','damage');
  4. create type resource as enum ('water','food','money','medicine','cloth','rescue/volunteer');
  5. create type damage as enum ('pollution', 'building damage', 'road damage','casualty','other');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement