``` info: t.document({ id: f.primaryKey().string() }) ``` ``` tables.info.create({ id: '', a: 1, b: 2 }) ```