示例#1
0
 /**
  * Returns an EOAttribute with all of its fields filled in based on the properties of this
  * ERXMigrationColumn. The attribute is attached to a table._blankEntity().
  *
  * @return an EOAttribute with all of its fields filled in
  */
 public EOAttribute _newAttribute() {
   return _newAttribute(_table._blankEntity());
 }