Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Allow EAV and other extended table types #51

Merged
merged 15 commits into from
Jan 26, 2021

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    e6f0333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5378d View commit details
    Browse the repository at this point in the history
  3. styleci fixes

    johnorourke committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f79c898 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    4680bc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87821b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a26062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be166df View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Added sensible defaults for primary key guessing; Simple table type n…

    …ow allows subclass to override orderBy; support multiple EAV attributes of the same type; warn if using WHERE on a nulled column
    johnorourke committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3ab14dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50b747f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    4011422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a8169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dcf6de View commit details
    Browse the repository at this point in the history
  4. added --with-integrity option to enable foreign key constraints; use …

    …Illuminate Arr class instead of array_get; finished documenting new features
    johnorourke committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    40d1228 View commit details
    Browse the repository at this point in the history
  5. syntax fix

    johnorourke committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    a2f82a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6810a8b View commit details
    Browse the repository at this point in the history