[fixed]Could not CREATE TABLE with code
-
CREATE TABLE `` (
---- could not input code here as freeze ----
)
COLLATE='utf8mb4_unicode_ci'
ENGINE=InnoDB
;
-
@martin : I don't know what do you mean.
-
same as above
-
@martin : I don't know why you put ``, please refer the videos here to get started:
https://www.youtube.com/watch?v=pHQOdXY2AZU&list=PL0Nx259JjLcGqXg5kpTifqQ9GFoQ2qGPy
-
Thanks for your reply and I view the video, in conclusion that
Not allowed to use code create table at database.
Must use php artisan migrate to create table.
I will move the code to migrate way.
-
@martin : You're welcome