comparison src/Generator/Factory/snippets/column.stub @ 35:55d2e5c5dad9 ls_dev_2025_09

Working on the factory, it's in a semi working state but obviously not complete
author Luka Sitas <sitas.luka.97@gmail.com>
date Thu, 11 Sep 2025 21:25:51 -0400
parents
children
comparison
equal deleted inserted replaced
34:f65ab84ee47f 35:55d2e5c5dad9
1 '{{columnName}}' => [
2 'column_name' => '{{columnName}}',
3 'table' => '{{tableName}}',
4 'display' => '{{columnDisplay}}',
5 'type' => '{{value}}',
6 ],