MCPcopy 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)]
46pub(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

addMethod · 0.85
dropMethod · 0.85
renameMethod · 0.85
alterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected