TableSchema.SchemaEntry
struct TableSchema
static
struct SchemaEntry {
}
Members
- TypeName
string TypeName;
Undocumented in source.
- columnName
string columnName;
Undocumented in source.
- defaultValue
string defaultValue;
Undocumented in source.
- isPrimayKey
bool isPrimayKey;
Undocumented in source.
- notNull
bool notNull;
Undocumented in source.