Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. => There was an error building fixtures
  2. => #<ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "staffers" does not exist
  3. LINE 5: WHERE a.attrelid = '"staffers"'::regclass
  4. ^
  5. : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  6. pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  7. FROM pg_attribute a LEFT JOIN pg_attrdef d
  8. ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  9. WHERE a.attrelid = '"staffers"'::regclass
  10. AND a.attnum > 0 AND NOT a.attisdropped
  11. ORDER BY a.attnum
  12. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement