Download the PHP package jjclane/laravel-sqlite-migrations without Composer
On this page you can find all versions of the php package jjclane/laravel-sqlite-migrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jjclane/laravel-sqlite-migrations
More information about jjclane/laravel-sqlite-migrations
Files in jjclane/laravel-sqlite-migrations
Download jjclane/laravel-sqlite-migrations
More information about jjclane/laravel-sqlite-migrations
Files in jjclane/laravel-sqlite-migrations
Vendor jjclane
Package laravel-sqlite-migrations
Short Description A trait to translate Laravel migrations into SQLite safe migrations.
License MIT
Package laravel-sqlite-migrations
Short Description A trait to translate Laravel migrations into SQLite safe migrations.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-sqlite-migrations
Laravel SQLite Migrations
A trait to translate Laravel migrations into SQLite safe migrations.
This avoids the Cannot add a NOT NULL column with default value NULL
issue that you receive when trying to add a non-nullable column to
an existing table in a migration by initially adding the column as nullable and then modifying the column in a separate migration.
It also maps Laravel datatypes that aren't supported in SQLite to avoid this.
Installation
composer require jjclane/laravel-sqlite-migrations --dev
How to use
``
All versions of laravel-sqlite-migrations with dependencies
PHP Build Version
Package Version
Requires
illuminate/database Version
^7.0||^8.0||^9.0||^10.0
The package jjclane/laravel-sqlite-migrations contains the following files
Loading the files please wait ....