https://github.com/kabriacid/migration-system
Database Schema & Migrations for the DataSpeed Project This repository contains the database structure (schema.sql) and modular SQL migration files used to manage and version the DataSpeed platform’s MySQL database. It provides a simple, manual alternative to Laravel's migration system using raw SQL and PHP. Designed for team collaboration and more
https://github.com/kabriacid/migration-system
github kabriacid laravel migrations version-control
Last synced: 2 months ago
JSON representation
Database Schema & Migrations for the DataSpeed Project This repository contains the database structure (schema.sql) and modular SQL migration files used to manage and version the DataSpeed platform’s MySQL database. It provides a simple, manual alternative to Laravel's migration system using raw SQL and PHP. Designed for team collaboration and more
- Host: GitHub
- URL: https://github.com/kabriacid/migration-system
- Owner: KabriAcid
- Created: 2025-06-16T00:36:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T00:37:18.000Z (about 1 year ago)
- Last Synced: 2025-06-16T01:33:30.407Z (about 1 year ago)
- Topics: github, kabriacid, laravel, migrations, version-control
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Database Schema & Migrations for the DataSpeed Project
This repository contains the database structure (schema.sql) and modular SQL migration files used to manage and version the DataSpeed platform’s MySQL database. It provides a simple, manual alternative to Laravel's migration system using raw SQL and PHP. Designed for team collaboration and consistent schema deployment across development and production environments.