laravel -- php -- some basic questions..
bruce <[email protected]>
| Newsgroups | gmane.comp.php.general |
|---|---|
| Message-ID | <CAP16ngp5J2JG-MK+uo5Lobo+oZ89=eJX-AQUpBKJrWz4aJgeOA@mail.gmail.com> |
the cmd
"php artisan migrate"
apparently publishes schema to the database
is this the same as inserting the schema/tables into a db/tbl within
the database -- mysql/postgres? Or is it something different?