create_table(:users, id: :uuid) do |t| t.string 'name' end
enable_extension 'uuid-ossp'
EDIT: I forgot to mention, you can enable hstore by using "enable_extension('hstore')"
EDIT: I forgot to mention, you can enable hstore by using "enable_extension('hstore')"