Skip to content

feat: Add charset and collation support for MySQL columns (#246) #1024

feat: Add charset and collation support for MySQL columns (#246)

feat: Add charset and collation support for MySQL columns (#246) #1024

Workflow file for this run

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