Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/belchior/sql_query_builder
/ AlterTableActionItem
Class
AlterTableActionItem
src/structure.rs:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
#[derive(PartialEq, Clone)]
46
pub(crate) struct AlterTableActionItem(pub(crate) AlterTableOrderedAction, pub(crate) String);
47
48
/// Actions used to build the sequencial part of [AlterTable]
49
#[derive(PartialEq, Clone)]
Callers
4
add
Method · 0.85
drop
Method · 0.85
rename
Method · 0.85
alter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected