Download the PHP package shasoft/db-schema without Composer
On this page you can find all versions of the php package shasoft/db-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shasoft/db-schema
More information about shasoft/db-schema
Files in shasoft/db-schema
Download shasoft/db-schema
More information about shasoft/db-schema
Files in shasoft/db-schema
Vendor shasoft
Package db-schema
Short Description Versioning/migrating database changes
License MIT
Package db-schema
Short Description Versioning/migrating database changes
License MIT
Please rate this library. Is it a good library?
Informations about the package db-schema
Версионная миграция структуры базы данных через PHP атрибуты
Простой пример определения таблицы БД:
В данном примере через класс TabExample определяется таблица, содержащая два поля и один индекс. Миграции для указанного примера создаются следующим образом:
В результате выполнения миграций в БД создастся таблица БД с помощью следующего SQL кода
Можно отменить последнии миграции с помощью следующего кода
эти миграции будут отменены с помощью следующего SQL кода
Подробнее
All versions of db-schema with dependencies
PHP Build Version
Package Version
No informations.
The package shasoft/db-schema contains the following files
Loading the files please wait ....