Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

No support for tables names different of model names #28

@mtancoigne

Description

@mtancoigne

Currently, superBake creates models expecting the corresponding table exists.

An option should be created in the config file to handle this, and the sbc::populate() method should take care of it.

defaults:
  model:
    ## Model name
    name: <modelName>
    ## Table name in DB
    tableName: <tableName>
    <other options>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions