{"id":15309032,"url":"https://github.com/marcelod/codeigniter_migration_base_generation","last_synced_at":"2025-10-08T16:31:16.314Z","repository":{"id":140009854,"uuid":"11529401","full_name":"marcelod/codeigniter_migration_base_generation","owner":"marcelod","description":"Create a Base Migration File from current DB","archived":false,"fork":true,"pushed_at":"2013-07-19T19:36:47.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-02T08:19:59.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"liaan/codeigniter_migration_base_generation","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-19T14:20:57.000Z","updated_at":"2013-07-19T19:36:50.000Z","dependencies_parsed_at":"2023-03-13T10:44:41.578Z","dependency_job_id":null,"html_url":"https://github.com/marcelod/codeigniter_migration_base_generation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fcodeigniter_migration_base_generation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fcodeigniter_migration_base_generation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fcodeigniter_migration_base_generation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelod%2Fcodeigniter_migration_base_generation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelod","download_url":"https://codeload.github.com/marcelod/codeigniter_migration_base_generation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235731856,"owners_count":19036817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T08:20:00.336Z","updated_at":"2025-10-08T16:31:11.005Z","avatar_url":"https://github.com/marcelod.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Create a Base Migration File from current DB\n\n\n\nWhen all goes well it will create a file under migrations called 001_create_base.php under your migrations folder\n\n\n#To use:\n\n1: Enable migrations and set version to 1;\n\n2: Enable to write migration folder;\n\n3: Copy VpxMigration.php to your library folder (/application/library);\n\n4: In controller:\n\n\n    function make_base(){\n\n        $this-\u003eload-\u003elibrary('VpxMigration');\n\n        // All Tables:\n\n        $this-\u003evpxmigration-\u003egenerate();\n\n        //Single Table:\n\n        $this-\u003evpxmigration-\u003egenerate('table');\n\n    }\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fcodeigniter_migration_base_generation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelod%2Fcodeigniter_migration_base_generation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelod%2Fcodeigniter_migration_base_generation/lists"}