logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AtomBus::Schema::Result::AtomBusEntry

Accessors

order_id
         data_type: 'integer'
         is_nullable: 0
         is_auto_increment: 1

   id
         data_type: 'varchar'
         is_nullable: 0
         size: 100

   feed_title
         data_type: 'varchar'
         is_foreign_key: 1
         is_nullable: 0
         size: 255

   title
         data_type: 'text'
         is_nullable: 0

   author_name
         data_type: 'varchar'
         is_nullable: 1
         size: 255

   author_email
         data_type: 'varchar'
         is_nullable: 1
         size: 255

   updated
         data_type: 'varchar'
         is_nullable: 0
         size: 100

   content
         data_type: 'text'
         is_nullable: 0

Author

       Naveed Massjouni <naveedm9@gmail.com>

Name

       AtomBus::Schema::Result::AtomBusEntry

Relations

feed_title
       Type: belongs_to

       Related object: AtomBus::Schema::Result::AtomBusFeed

Version

       version 1.0405

See Also