I have a feature class with a relationship class that points to a related table in an SDE geodatabase. There are currently over 1000 features in the feature class but no records in the related table. I would like to create one record in the related table for each feature, to which I can then go and bulk update the table field values. The only way I've found to do this is to start an edit session in ArcMap and manually "Add New" to each feature in the feature class one by one. Is anyone aware of a way I can do this programmatically? I've found a tool for deleting rows in a script but not for adding rows to a related table. Since I have several feature classes with this problem (over 3500 features in total) I'd really rather not do them all manually.