Replies: 5 comments
-
The database structure is available in the migration file (https://github.com/lonnieezell/myth-auth/blob/develop/src/Database/Migrations/2017-11-20-223112_create_auth_tables.php). You can publish that into your app (be sure to change the namespace) and run |
Beta Was this translation helpful? Give feedback.
-
Thank you a lot! Didn't know about that file and how to handle the migration. Finally I've been able to migrate database running the command. Very kind. |
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
I'm very noob and don't know if this is the way, but I exported my database to see how auth tables are created. My result (hope there's nothing else I didn't see): -- phpMyAdmin SQL Dump SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT /; CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE CREATE TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE ALTER TABLE /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT /; |
Beta Was this translation helpful? Give feedback.
-
Thanks, everything is working fine |
Beta Was this translation helpful? Give feedback.
-
As I couldn't make the installacion through Composer, I've chosen the manual installation downloading all files. Now I need to setup database structure, but I don't find where to get fields names and types.
I have opened the models files and I can check at some fields names in there, as I look into $allowedFields variable. But I don't know if there are another fields not allowed, and I can just guess the type of fields, but don't know for sure.
Where can I find the complete structure to create it manually in my installation?
Thank you, I'm really looking forward to use this library, it looks promising.
Beta Was this translation helpful? Give feedback.
All reactions