laravel-shift / blueprint

A code generation tool for Laravel developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to add connection/table name in model

polashsust opened this issue · comments

  • Laravel Version: 10.4.0
  • PHP Version: 8.2.0
  • Blueprint Version: 2.7.0
  • Platform: Windows

Issue:

Ability to add connection/table name in model

draft.yaml:

Models:
    SystemInformationConversion:
         range: string:100
         rubric: string:200
         specified_value: string:50
         softDeletes: true
         timestamps: false

         table: system_information_conversion
         connection: db_connection_name

You can do this with the meta tag, right? I assume that's why you closed it?