Skip to content

Add ON filegroup and TEXTIMAGE_ON clause parsing for CREATE TABLE #109

Add ON filegroup and TEXTIMAGE_ON clause parsing for CREATE TABLE

Add ON filegroup and TEXTIMAGE_ON clause parsing for CREATE TABLE #109

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Run tests
run: go test ./...