tabledump icon indicating copy to clipboard operation
tabledump copied to clipboard

This is a TablePlus plugin which add `copy table creation` menu in left panel

Results 20 tabledump issues
Sort by recently updated
recently updated
newest added

I have added support for [Phinx](https://packagist.org/packages/robmorgan/phinx) and also had a bit of a refactor and tidy up. I've only added support for MySQL/MariaDB with Phinx because I don't use PostgreSQL...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Hello! I love this plugin, thank you! Is it possible to fetch the indexes also? So when on migration, the indexes appear? Thank you!

On MySQL 5 the following column `xxx decimal(6,2) unsigned` is converted to: `$table->decimal('xxx', 6, 2) unsigned->unsigned()`

generated: ``` $table->string('timezone', 100)->default(Europe/Brussels); ``` correct: ``` $table->string('timezone', 100)->default('Europe/Brussels'); ```

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies