Source
SchemaColumn(this.name, ManagedPropertyType t,
{this.isIndexed: false,
this.isNullable: false,
this.autoincrement: false,
this.isUnique: false,
this.defaultValue,
this.isPrimaryKey: false}) {
_type = typeStringForType(t);
}