Skip to content

feat: add snowflake column type alias (#235) #1003

feat: add snowflake column type alias (#235)

feat: add snowflake column type alias (#235) #1003

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- master
- '*.*'
- '*.*.*'
pull_request: null
name: MySQL
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mysql.yml@master
...