-
Notifications
You must be signed in to change notification settings - Fork 16
dropAllTables #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
dropAllTables #161
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
eee602b
add json and medium/long text column type
matthewjumpsoffbuildings 2c57408
Update src/Schema/Grammar.php
matthewjumpsoffbuildings b7e5282
Update src/Schema/Grammar.php
matthewjumpsoffbuildings f57a184
Update src/Schema/Grammar.php
matthewjumpsoffbuildings 468cb19
add unit tests
matthewjumpsoffbuildings e56b6b5
Update tests/Schema/BlueprintTest.php
taka-oyama ea81865
Merge branch 'master' into json-column
matthewjumpsoffbuildings 2797836
add typeChar
matthewjumpsoffbuildings 5e0c321
add/alter columns should be separate statements
matthewjumpsoffbuildings 3621299
type hint compileAdd properly
matthewjumpsoffbuildings 3742664
dropAllTables - just delete and recreate the database
matthewjumpsoffbuildings 8eccb28
phpdoc
matthewjumpsoffbuildings 513a5b1
only drop if db exists
matthewjumpsoffbuildings 0cbb9f5
add dropForeign compilation
matthewjumpsoffbuildings c3a5ae2
fix dropColumn as well
matthewjumpsoffbuildings 8d9328a
fix type hint
matthewjumpsoffbuildings d83137e
changelog
matthewjumpsoffbuildings d42b1af
Update CHANGELOG.md
taka-oyama 35f2d26
changelog
matthewjumpsoffbuildings b79f8a0
Update CHANGELOG.md
taka-oyama c042d03
added test and changelog
matthewjumpsoffbuildings b98dbea
Merge remote-tracking branch 'upstream/master' into drop-foreign
matthewjumpsoffbuildings 54736f4
Merge remote-tracking branch 'upstream/master' into drop-all
matthewjumpsoffbuildings ea9dc3d
instead of dropping db, move towards proper drop sequence
matthewjumpsoffbuildings 717f35b
Merge branch 'drop-foreign' into drop-all
matthewjumpsoffbuildings 8a6e4eb
proper drop sequence with testss
matthewjumpsoffbuildings bf2bc5d
changelog
matthewjumpsoffbuildings 6bac86d
oh man phpstan
matthewjumpsoffbuildings bbd6ec1
Allow for some tests to be run last
matthewjumpsoffbuildings 4dab33f
ugh dd
matthewjumpsoffbuildings a153e04
Update src/Schema/Builder.php
matthewjumpsoffbuildings 74fe12c
compileForeignListing > compileForeignKeys
matthewjumpsoffbuildings 4ede3de
Merge remote-tracking branch 'upstream/master' into drop-all
matthewjumpsoffbuildings 13c7b95
tidy up dropAllTables
matthewjumpsoffbuildings 8f79961
getForeignKeyListing > getForeignKeys
matthewjumpsoffbuildings 558f847
remove unneeded override of getForeignKeys
matthewjumpsoffbuildings c6ba2b4
composer laravel dependency
matthewjumpsoffbuildings f0f2744
getTables inheritDoc
matthewjumpsoffbuildings 3da8fe2
fix getForeignKey and getIndexListing > getIndexes
matthewjumpsoffbuildings 01ecae0
changelog
matthewjumpsoffbuildings ae93adf
Merge branch 'json-column' into drop-all
matthewjumpsoffbuildings c3fe095
Merge branch 'json-column' into alter-table
matthewjumpsoffbuildings c37862b
Merge branch 'json-column' into drop-foreign
matthewjumpsoffbuildings f1387f4
Merge branch 'drop-foreign' into drop-all
matthewjumpsoffbuildings 3529d60
Merge branch 'alter-table' into drop-all
matthewjumpsoffbuildings c5b51ea
dup changelog
matthewjumpsoffbuildings 7d520af
deprecate instead of delete index listing methods
matthewjumpsoffbuildings File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.