Best way to store table structure

Discussion in 'Databases' started by penologa, Aug 3, 2019.

  1. #1
    I'm developing a front-end for input/output/editing of multiple different tables. Is it in good practice to directly query the table structure using DESCRIBE and use that to construct the corresponding HTML tables & input forms? I'm also considering using the comments field to encode validation rules for individual fields.
     
    penologa, Aug 3, 2019 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,807
    Likes Received:
    4,534
    Best Answers:
    123
    Trophy Points:
    665
    #2
    are you recreating phpMyAdmin?
     
    sarahk, Aug 4, 2019 IP