Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bennett-treptow/laravel-migration-generator issues and pull requests
#80 - Fix Github actions runners
Pull Request -
State: open - Opened by bennett-treptow 11 months ago
#79 - Fix generating enum fields having values of uppercase letters
Pull Request -
State: closed - Opened by kevinb1989 11 months ago
#78 - Migration does not generator properly if field has empty default value and apostrophe in comment
Issue -
State: open - Opened by jtomlinson 12 months ago
#77 - [BUG] Cannot migrate the Default Time Stamp value
Issue -
State: open - Opened by hallabalint about 1 year ago
#76 - [BUG] cannot generate migrations for multiple tables
Issue -
State: closed - Opened by khanakia over 1 year ago
- 1 comment
#75 - [BUG]
Issue -
State: open - Opened by salih0vic over 1 year ago
#74 - Generate Migration that would insert newly created migration files into migrate table
Issue -
State: open - Opened by tprinty almost 2 years ago
- 1 comment
Labels: enhancement
#72 - Laravel 10.x Compatibility
Pull Request -
State: closed - Opened by laravel-shift almost 2 years ago
- 1 comment
#71 - Use Database Prefix
Pull Request -
State: closed - Opened by bennett-treptow over 2 years ago
#70 - Fix empty string default not being parsed correctly
Pull Request -
State: closed - Opened by bennett-treptow over 2 years ago
#69 - File malformatted when comments are present
Issue -
State: closed - Opened by Squad-G over 2 years ago
- 4 comments
Labels: bug
#68 - Fix index tokenizer to accept multiple columns / fks
Pull Request -
State: closed - Opened by bennett-treptow over 2 years ago
#67 - Fix binary columns with a default value not being output correctly
Pull Request -
State: closed - Opened by bennett-treptow over 2 years ago
#66 - [BUG]
Issue -
State: closed - Opened by rashadm404 over 2 years ago
- 1 comment
Labels: bug
#65 - Fix Text fields being default null unless otherwise specified
Pull Request -
State: closed - Opened by bennett-treptow almost 3 years ago
#64 - Laravel 9 Support
Pull Request -
State: closed - Opened by bennett-treptow almost 3 years ago
#63 - Fix quoting issues for comments
Pull Request -
State: closed - Opened by bennett-treptow almost 3 years ago
#62 - [BUG] Apostrophes in column comment value not escaped
Issue -
State: closed - Opened by mchlbowyer almost 3 years ago
- 2 comments
#61 - Fix - update filter on array error when specifying tables on command line
Pull Request -
State: closed - Opened by bennett-treptow almost 3 years ago
#60 - Generate migration from mysql database. ->comment("...") not generated.
Issue -
State: closed - Opened by utopszkij almost 3 years ago
- 2 comments
#59 - [BUG] Typed propert $foreignReferencedTable must not be accessed before initialization
Issue -
State: closed - Opened by marlieer almost 3 years ago
- 3 comments
#58 - [BUG] Call to a member function filter() on array
Issue -
State: closed - Opened by marianoarga almost 3 years ago
#57 - [feat][WIP] : add pgsql migration support
Pull Request -
State: open - Opened by rambhosale almost 3 years ago
#56 - Fixing a bug where CHARACTER SET breaks everything
Pull Request -
State: closed - Opened by ChrisThompsonTLDR about 3 years ago
#55 - fixes comparison
Pull Request -
State: closed - Opened by ordago about 3 years ago
#54 - Should the left and the right side of the comparison be the same?
Issue -
State: closed - Opened by ordago about 3 years ago
- 3 comments
#53 - COMMENT is not handled properly.
Issue -
State: closed - Opened by wink- about 3 years ago
#52 - [BUG] sort_mode foreign_key -> Dependency `REFERENCES` not found
Issue -
State: closed - Opened by Jimbolino about 3 years ago
- 4 comments
#51 - php-cs-fixer ordered_imports
Pull Request -
State: closed - Opened by Jimbolino about 3 years ago
#50 - Order views after tables so they actually can select from tables
Pull Request -
State: closed - Opened by bennett-treptow about 3 years ago
#48 - Foreign Key Dependency Sort
Pull Request -
State: closed - Opened by bennett-treptow about 3 years ago
#47 - Feature: export comment
Pull Request -
State: closed - Opened by nacl30d over 3 years ago
#46 - Feature: use defined datatype on timestamp columns
Pull Request -
State: closed - Opened by nacl30d over 3 years ago
- 1 comment
#45 - Suggested Enhancement: Connection feature
Issue -
State: closed - Opened by brantmessenger over 3 years ago
- 1 comment
#44 - [BUG]
Issue -
State: closed - Opened by c-myers1 over 3 years ago
- 1 comment
#43 - [BUG]Return value of LaravelMigrationGenerator\Generators\BaseTableGenerator::getStubFileName() must be of the type string, null returned
Issue -
State: closed - Opened by tgbv over 3 years ago
- 2 comments
#42 - SQLSTATE[42000]: on generate:migration
Issue -
State: closed - Opened by betterapp over 3 years ago
- 1 comment
#41 - Add Lumen installation instructions
Pull Request -
State: closed - Opened by hellerbenjamin over 3 years ago
#40 - BUGFIX - Expand regex for what needs to get replaced in enums / sets
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#39 - Expand regex space replacing enum character compatibility
Pull Request -
State: closed - Opened by hellerbenjamin over 3 years ago
- 5 comments
#38 - Ordering migration by foreign key requirement
Issue -
State: closed - Opened by spartyboy over 3 years ago
- 2 comments
#37 - Fix output for storedAs / virtualAs
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#36 - Hotfix - Fix quoted spaces causing issues
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#35 - Add new storedAs and virtualAs lookups
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#34 - Remove ->newLine() to be backwards compatible with Laravel <7
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#32 - BadMethodCallException Method LaravelMigrationGenerator\Commands\GenerateMigrationsCommand::newLine does not exist.
Issue -
State: closed - Opened by GabrieleMartini over 3 years ago
- 3 comments
#31 - Sort migrations so migrations for dependent tables occur prior to the tables that depend on them (WIP)
Pull Request -
State: closed - Opened by pdbreen over 3 years ago
- 4 comments
#30 - HOTFIX - Remove FK indices from columns that are redundant
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#29 - Bugfix/timestamp test
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#28 - Bugfix - `useCurrentOnUpdate` and `timestamps()->useCurrent()` fix
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#27 - [BUG] Call to a member function `useCurrent()` on null
Issue -
State: closed - Opened by kemp over 3 years ago
- 7 comments
#26 - [BUG] "The `pgsql` driver is not supported at this time."
Issue -
State: closed - Opened by renege over 3 years ago
- 1 comment
#25 - Hotfix Generator Call
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
- 1 comment
#24 - [BUG] TypeError after update to 3.1.4
Issue -
State: closed - Opened by julianovmartins over 3 years ago
- 1 comment
#23 - Fix optional parameter before required parameter
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#22 - [BUG] ErrorException Required parameter $output follows optional parameter $tableNames
Issue -
State: closed - Opened by patake over 3 years ago
- 3 comments
#21 - Create the `seed` from the data
Issue -
State: closed - Opened by julianovmartins over 3 years ago
- 2 comments
#20 - Remove [Timestamp:format] token
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#19 - Undefined offset: 0 in WritesTablesToFile.php:38
Issue -
State: closed - Opened by mvalim over 3 years ago
- 10 comments
#18 - Fix to enum values that have spaces inside the delimiter
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#17 - Undefined offset: 1 in ColumnTokenizer.php:76
Issue -
State: closed - Opened by Jimbolino over 3 years ago
- 1 comment
#16 - Publish config
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#15 - Version 3.1 does not publish the config, only the stubs.
Issue -
State: closed - Opened by julianovmartins over 3 years ago
- 1 comment
#14 - Add way to skip all views or specific views
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#13 - add option to skip views
Issue -
State: closed - Opened by Jimbolino over 3 years ago
#12 - Should look for `local`, not `testing`
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#11 - Update BaseGeneratorManager.php
Pull Request -
State: closed - Opened by Jimbolino over 3 years ago
- 1 comment
#10 - Environment variables and run after migrations
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#9 - Update single column index methods
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#8 - Add config option to use index names for the 4 types of indices.
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#7 - Option to define/add the named indexes
Issue -
State: closed - Opened by julianovmartins over 3 years ago
- 1 comment
Labels: enhancement
#6 - Add config option to add `unsigned` prefix to column definitions
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#5 - Update MySQL's auto-inc tokenization
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#4 - Laravel Sail - mkdir(): Operation not permitted
Issue -
State: closed - Opened by hope22 over 3 years ago
- 2 comments
#3 - Auto-incrementing in `id` field that should not have auto-incrementing.
Issue -
State: closed - Opened by julianovmartins over 3 years ago
- 1 comment
#2 - New configuration options, new command options
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago
#1 - Create LICENSE
Pull Request -
State: closed - Opened by bennett-treptow over 3 years ago