aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/schema
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: schema: implment get column field type and set offsetJhih-Ming Huang2019-03-262-2/+243
* core: vm: sqlvm: schema: add structs to identify an object in a schemaTing-Wei Lan2019-03-261-0/+26
* core: vm: sqlvm: schema: mark if an index are referenced by foreign keysTing-Wei Lan2019-03-261-0/+36
* core: vm: sqlvm: schema: reorder fields and enumsTing-Wei Lan2019-03-261-6/+19
* core: vm: sqlvm: schema: drop pointers from slicesTing-Wei Lan2019-03-262-9/+9
* core: sqlvm: schema: define type for table/column/index/sequence sizeyenlin.lai2019-03-262-5/+17
* core: vm: sqlvm: add schema define and implement rlp serializationwmin02019-03-262-0/+266