Every table in the system should have one more column generated by us called VERSION. This column should be automatically added to table in node when it creates a table. It will be used for version of a row.
Additionaly when data is inserted to a row, master in response with metadata sends new generated internal id for this insert. Use it to fill VERSION column when inserting data to node SQLite DB.
Every table in the system should have one more column generated by us called VERSION. This column should be automatically added to table in node when it creates a table. It will be used for version of a row. Additionaly when data is inserted to a row, master in response with metadata sends new generated internal id for this insert. Use it to fill VERSION column when inserting data to node SQLite DB.