-
-
Notifications
You must be signed in to change notification settings - Fork 439
Closed
Description
symfony new dbal4-demo --webapp && cd dbal4-demo
bin/console make:entity Post created: src/Entity/Post.php created: src/Repository/PostRepository.php Entity generated! Now let's add some fields! You can always add more fields later manually or by re-running this command. New property name (press <return> to stop adding fields): > metaData Field type (enter ? to see all types) [string]: > ? Main Types * string * text * boolean * integer or smallint or bigint * float Relationships/Associations * relation or a wizard 🧙 will help you build the relation * ManyToOne * OneToMany * ManyToMany * OneToOne Array/Object Types * array or simple_array * json * object * binary * blob Date/Time Types * datetime or datetime_immutable * datetimetz or datetimetz_immutable * date or date_immutable * time or time_immutable * dateinterval Other Types * ascii_string * decimal * guid Field type (enter ? to see all types) [string]: > object Main Types * string * text * boolean * integer or smallint or bigint * float Relationships/Associations * relation or a wizard 🧙 will help you build the relation * ManyToOne * OneToMany * ManyToMany * OneToOne Array/Object Types * array or simple_array * json * object * binary * blob Date/Time Types * datetime or datetime_immutable * datetimetz or datetimetz_immutable * date or date_immutable * time or time_immutable * dateinterval Other Types * ascii_string * decimal * guid [ERROR] Invalid type "object". Field type (enter ? to see all types) [string]: >
Metadata
Metadata
Assignees
Labels
No labels