Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Symfony 3.4 Không có lớp siêu dữ liệu để xử lý Lỗi

Có, cuối cùng tôi đã tìm thấy vấn đề là với John.orm.php tệp sẽ được tạo khi tôi chạy php bin/console doctrine:generate:entity

Tôi đã tạo lớp Thực thể bằng lệnh sau

php bin/console doctrine:generate:entity

Sau đó, nó sẽ nhắc đến

Welcome to the Doctrine2 entity generator

This command helps you generate Doctrine2 entities.

First, you need to give the entity name you want to generate.
You must use the shortcut notation like AcmeBlogBundle:Post.

The Entity shortcut name: AppBundle:John

Determine the format to use for the mapping information.

Configuration format (yml, xml, php, or annotation) [annotation]: php

Instead of starting with a blank entity, you can add some fields now.
Note that the primary key will be added automatically (named id).

Available types: array, simple_array, json_array, object,
boolean, integer, smallint, bigint, string, text, datetime, datetimetz,
date, time, decimal, float, binary, blob, guid.

New field name (press <return> to stop adding fields): id
 Field "id" is already defined.
New field name (press <return> to stop adding fields): username
Field type [string]: string
Field length [255]:
Is nullable [false]: true
Unique [false]: false

New field name (press <return> to stop adding fields): password
Field type [string]:
Field length [255]:
Is nullable [false]: true
Unique [false]:

New field name (press <return> to stop adding fields): dob
Field type [string]: date
Is nullable [false]: true
Unique [false]:

New field name (press <return> to stop adding fields):


  Entity generation


  created .\src\AppBundle/Entity/John.php
  created .\src\AppBundle/Resources/config/doctrine/
  created .\src\AppBundle/Resources/config/doctrine/John.orm.php
> Generating entity class G:\XAMPP\htdocs\project\src\AppBundle\Entity\John.php:
 OK!
> Generating repository class G:\XAMPP\htdocs\project\src\AppBundle\Repository\J
ohnRepository.php: OK!
> Generating mapping file G:\XAMPP\htdocs\project\src\AppBundle\Resources\config
\doctrine\John.orm.php: OK!


  Everything is OK! Now get to work :).



G:\XAMPP\htdocs\project>

Và sau khi thành công, nó sẽ tạo lớp thực thể trong AppBundle\Entity; thư mục và lớp kho lưu trữ trong AppBundle\Repository; nó cũng sẽ tạo ra John.orm.php trong AppBundle\Resources\config\doctrine\John.orm.php

Sau khi xóa tệp John.orm.php nếu tôi chạy php bin/console doctrine:schema:update --force thì nó sẽ tạo ra các bảng.



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Cách bỏ qua các hàng trùng lặp khi chèn

  2. Cách tốt nhất để cập nhật bản ghi trong MySQL từ nguồn cấp dữ liệu XML

  3. Tải dữ liệu xuống tệp csv từ MySQL bằng PHP

  4. Cài đặt trình điều khiển QMYSQL

  5. XAMPP / MySQL:không thể mở tệp không gian bảng một bảng. \ Mysql \ innodb_index_stats.ibd sau khi khởi động lại MySQL