Dmitry Sedykh

Results 2 issues of Dmitry Sedykh

```d2 test { shape: sql_table test_id: varchar(64) {constraint: [primary_key, foreign_key]} } ``` ```shell panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x28 pc=0x100e364dc]...

bug

### Version 1.25.0 ### What happened? NOT NULL is ignored in DOMAIN ### Relevant log output _No response_ ### Database schema ```sql CREATE DOMAIN title AS varchar NOT NULL DEFAULT...

bug