* @since 1.0.0 */ protected static array $columns = [ 'warehousemgmt_stock_id' => ['name' => 'warehousemgmt_stock_id', 'type' => 'int', 'internal' => 'id'], 'warehousemgmt_stock_name' => ['name' => 'warehousemgmt_stock_name', 'type' => 'string', 'internal' => 'name'], 'warehousemgmt_stock_type' => ['name' => 'warehousemgmt_stock_type', 'type' => 'int', 'internal' => 'type'], ]; /** * Primary table. * * @var string * @since 1.0.0 */ protected static string $table = 'warehousemgmt_stock'; /** * Primary field name. * * @var string * @since 1.0.0 */ protected static string $primaryField = 'warehousemgmt_stock_id'; }