Docs.rs
sea-orm-migration-1.1.7
sea-orm-migration 1.1.7
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
tyt2y3
billy1624
Dependencies
async-trait ^0.1
normal
clap ^4.3
normal
optional
dotenvy ^0.15
normal
optional
sea-orm ~1.1.7
normal
sea-orm-cli ~1.1.7
normal
optional
sea-schema ^0.16.0
normal
tracing ^0.1
normal
tracing-subscriber ^0.3.17
normal
async-std ^1
dev
Versions
21.29%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sea_
orm_
migration
1.1.7
Into
Column
Def
Required Methods
into_column_def
Implementors
In sea_
orm_
migration::
prelude
sea_orm_migration
::
prelude
Trait
IntoColumnDef
Copy item path
Source
pub trait IntoColumnDef { // Required method fn
into_column_def
(self) ->
ColumnDef
; }
Required Methods
§
Source
fn
into_column_def
(self) ->
ColumnDef
Implementors
§
Source
§
impl
IntoColumnDef
for &mut
ColumnDef
Source
§
impl
IntoColumnDef
for
ColumnDef