class CustomDutyHsSection
- CustomDutyHsSection
- Marten::DB::Model
- Reference
- Object
Overview
The name of the table in the database.
Defined in:
models/custom_duty_hs_section.crConstant Summary
-
FIELDS_ =
{"created_at" => {type: "date_time", kwargs: {auto_now_add: true}}, "updated_at" => {type: "date_time", kwargs: {auto_now: true}}, "id" => {type: "string", kwargs: {primary_key: true, max_size: 255}}, "name_en" => {type: "string", kwargs: {max_size: 255, unique: true}}, "name_ckb" => {type: "string", kwargs: {max_size: 255}}, "name_ar" => {type: "string", kwargs: {max_size: 255}}, "code" => {type: "string", kwargs: {max_size: 10}}} of Nil => Nil
Instance Method Summary
- #code : String | Nil | Nil
- #code!
- #code=(code : String | Nil | Nil)
- #code?
- #created_at : Time | Nil | Nil
- #created_at!
- #created_at=(created_at : Time | Nil | Nil)
- #created_at?
- #id : String | Nil | Nil
- #id!
- #id=(id : String | Nil | Nil)
- #id?
- #name_ar : String | Nil | Nil
- #name_ar!
- #name_ar=(name_ar : String | Nil | Nil)
- #name_ar?
- #name_ckb : String | Nil | Nil
- #name_ckb!
- #name_ckb=(name_ckb : String | Nil | Nil)
- #name_ckb?
- #name_en : String | Nil | Nil
- #name_en!
- #name_en=(name_en : String | Nil | Nil)
- #name_en?
- #updated_at : Time | Nil | Nil
- #updated_at!
- #updated_at=(updated_at : Time | Nil | Nil)
- #updated_at?