UNPKG

@magic-mustard/sqlsync

Version:

SQLSync simplifies database schema evolution by allowing a declarative approach to table management

10 lines (9 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tables = void 0; var Tables; (function (Tables) { Tables.FileType = 'tables'; Tables.AlterTableStateIndex = 'alterTable'; Tables.CreateTableStateIndex = 'createTable'; })(Tables || (exports.Tables = Tables = {}));