aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/schema/schema_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: sqlvm: schema: make foreign key constraints a sliceTing-Wei Lan2019-05-061-0/+37
* core: vm: sqlvm: schema: implment get column field type and set offsetJhih-Ming Huang2019-05-061-2/+187
* core: vm: sqlvm: schema: drop pointers from slicesTing-Wei Lan2019-05-061-6/+6
* core: sqlvm: schema: define type for table/column/index/sequence sizeyenlin.lai2019-05-061-1/+1
* core: vm: sqlvm: add schema define and implement rlp serializationwmin02019-05-061-0/+127