Model PipelineStep
namespace HubletoApp\Settings\Models\PipelineStep
List of pipeline stages for specific pipilines.
Constants
This model does not define constants.
Properties
Data Scructure
Column |
Title |
ADIOS Type |
Length |
Required |
id |
ID |
int |
|
TRUE |
name |
Name |
varchar |
|
TRUE |
id_pipeline |
Pipeline |
lookup |
|
TRUE |
order |
Order |
int |
|
TRUE |
Foreign Keys
Indexes
Name |
Type |
Column + Order |
order |
N/A |
order ASC |
id |
PRIMARY |
id ASC |
Relations
Relation |
Type |
Other parameters |
PIPELINE |
BELONGS_TO |
Pipeline::class, 'id_pipeline', 'id' |
www.hubleto.com |
Found a bug or missing something? Report an
issue via GitHub.