Implement columns and rows tools

This commit is contained in:
Jeff 2023-10-22 16:33:27 -04:00
parent c6ef9ad57f
commit b327068e17

View File

@ -295,8 +295,8 @@ module.exports = grammar({
'random_integer', 'random_integer',
// Tables // Tables
'rows',
'columns', 'columns',
'rows',
), ),
} }
}); });