最后活跃于 1729146756

knox 修订了这个 Gist 1729146756. 跳至此修订

1 file changed, 4 insertions

TypeORM-readme-45.ts(file created)

@@ -0,0 +1,4 @@
1 + const options: DataSourceOptions = {
2 + // ... other options
3 + entities: [Photo, PhotoMetadata, Author, Album],
4 + }
更新 更早