PHP Classes

File: migrations.json

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Doctrine Person Table Skeleton   migrations.json   Download  
File: migrations.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Doctrine Person Table Skeleton
Provides a skeleton of tables for person entities
Author: By
Last change:
Date: 4 years ago
Size: 365 bytes
 

Contents

Class file image Download
{ "name": "Person DB Skeleton Migrations", "migrations_namespace": "Model\\Migrations", "table_name": "doctrine_migration_versions", "column_name": "version", "column_length": 14, "executed_at_column_name": "executed_at", "migrations_directory": "/src/Model/Migrations", "all_or_nothing": true, "check_database_platform": true }