Qrokqt
Qrokqt
@borela I'm still getting this using stable 3.1.1, Build 3176. Will this be fixed soon?
Instead of having to specify the references param, could it instead infer it from the package.json dependencies which use the workspace syntax? Right now I'm basically copying both lists back...
I'm trying to do this with a `JSONColumnType` column and I'm getting an error which is saying the types are incompatible. ``` interface UsersTable { user_id: string; content: JSONColumnType; }...