code property
Implementation
String get code {
var tableList = tableColumn.dblist();
var table = dbStructure(tableName, tableList);
return table;
}
String get code {
var tableList = tableColumn.dblist();
var table = dbStructure(tableName, tableList);
return table;
}