@dineug/erd-editor
Version:
Entity-Relationship Diagram Editor
15 lines (14 loc) • 589 B
TypeScript
import { PushUndoHistory } from '../../history.actions';
export declare const tableColumnPushUndoHistoryMap: {
"column.add": PushUndoHistory;
"column.remove": PushUndoHistory;
"column.changeName": PushUndoHistory;
"column.changeDataType": PushUndoHistory;
"column.changeDefault": PushUndoHistory;
"column.changeComment": PushUndoHistory;
"column.changeAutoIncrement": PushUndoHistory;
"column.changeNotNull": PushUndoHistory;
"column.changePrimaryKey": PushUndoHistory;
"column.changeUnique": PushUndoHistory;
"column.move": PushUndoHistory;
};