Ecto.Migration.Index

Ecto.Migration.Index

Used internally by adapters.

To define an index in a migration, see Ecto.Migration.index/3

Summary

Types

t()

Types

t()

t() :: %Ecto.Migration.Index{columns: [atom | String.t], comment: String.t | nil, concurrently: boolean, name: atom, options: String.t, prefix: atom, table: atom, unique: boolean, using: atom | String.t, where: atom | String.t}

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/ecto/Ecto.Migration.Index.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部