1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Fix @Table not supporting schema as attribute anymore.

This commit is contained in:
Benjamin Eberlei 2010-12-12 13:18:18 +01:00
parent 0618944f8a
commit 29b47d3d44

View File

@ -789,7 +789,6 @@ Required attributes:
Optional attributes:
- schema - Database schema name of this table.
- indexes - Array of @Index annotations
- uniqueConstraints - Array of @UniqueConstraint annotations.